v1
latestSwagger 2.02026-07-134146194.6 MBGroups
Deletes an existing user group.
Deletes an existing user group.
When you delete a group, you include only the groupId in the request body.
Example:
{
"groups": [
{
"groupId": "12345"
}
}
delete/v2.1/accounts/{accountId}/groups
Path parameters
accountIdstring required
The external account number (int) or account ID GUID.
Request body
Response
Successful response.