connect_delete_user_hierarchy_group: 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.
Request syntax
svc$delete_user_hierarchy_group(
HierarchyGroupId = "string",
InstanceId = "string"
)