Groups
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.
Changes
No recorded changes to this endpoint across all 39 revisions of this API.