groups
Remove users from a group
Removes one or more users from a call group. The request body is an array of user IDs to remove. Once removed, these users will no longer receive calls routed to this group. If a user ID is not a member of the group, it is silently ignored.
Permission: Users Write required.
Monitoring: Required. Group membership management is a supervisory operation. Returns 401 Unauthorized if Monitoring is OFF on your API key.
delete/groups/{groupId}/users
Path parameters
groupIdinteger required
The identifier of the group
Request body
integer[] required
Response
Successful operation