cURL
curl --request DELETE \ --url https://api.domo.com/v1/groups/{group_id} \ --header 'Authorization: Bearer <token>'
Permanently deletes a group from your Domo instance.
Warning
This is destructive and cannot be reversed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the parameter of success or error based on the group ID being valid.
HTTP/1.1 204 No Content