Skip to main content
DELETE
/
v1
/
groups
/
{group_id}
Delete a group
curl --request DELETE \
  --url https://api.domo.com/v1/groups/{group_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string
required

Response

204

Returns the parameter of success or error based on the group ID being valid.

HTTP/1.1 204 No Content