Delete a group
Use DELETE /v2/accounts/{account-uuid}/groups/{group-uuid}
to remove a user group.
Endpoint
/v2/accounts/{account-uuid}/groups/{group-uuid}
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
account-uuid | string | - | path | required |
group-uuid | string | - | path | required |
Response
Response codes
Code | Type | Description |
---|---|---|
200 | integer | Groups removed correctly |
400 | ExceptionMessage | Invalid account or group uuid parameter |
404 | ExceptionMessage | Account group to be removed can not be found |
Response body objects
The ResponseBody
object
The object doesn't provide any parameters.