v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBClient Group
Delete Clients from Group
Deletes the given Clients from the specified group. If the resulting group has no remaining participants, the group will also be deleted.
delete/clients/group/{group_id}/participants
Path parameters
group_idinteger required
Id of the Group.
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Request body
Example request
{
"group_participants": [
1234567891234567
]
}Response
Returns the Group data
Example response
{
"client_group": {
"group_id": 1234567891234567,
"group_participants": [
{
"group_participant_client_id": 1234567891234567,
"group_role_id": 1234567891234567
}
]
}
}