Remove Users from Group
Groups
Remove Users from Group
Remove multiple users from a group in a single request. Users not in the group are silently ignored.
Behavior:
- Maximum 100 users per request
- Users not in the group are silently ignored (no error)
- Always returns 204 No Content on success, regardless of how many users were actually removed
- No error is returned if none of the specified users were members
Permissions: Requires group_update permission
DELETE
Remove Users from Group
Authorizations
Bearer token
Account ID
Path Parameters
Group ID
Body
application/json
Array of user IDs to remove from the group (max 100 per request)
Required array length:
1 - 100 elementsResponse
Allowed IP deleted successfully