Delete group

DELETE/v2/rbac/groups/{id}

Permanently removes a group from the organization.

Parameters #

PropertyTypeLocationDescription
idstringRequiredpathUnique identifier of the group to delete

Request #

curl -X DELETE 'https://api.axiom.co/v2/rbac/groups/ID' \
  -H 'Authorization: Bearer API_TOKEN'
Try itRun this request against your Axiom organization

Credentials stay in this browser tab and are only sent to Axiom when you run the request.

Response #

204The group was successfully deleted