Delete User Hierarchy Group
connect_delete_user_hierarchy_group | R Documentation |
Deletes an existing user hierarchy group¶
Description¶
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
Usage¶
connect_delete_user_hierarchy_group(HierarchyGroupId, InstanceId)
Arguments¶
HierarchyGroupId |
[required] The identifier of the hierarchy group. |
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
Value¶
An empty list.
Request syntax¶
svc$delete_user_hierarchy_group(
HierarchyGroupId = "string",
InstanceId = "string"
)