Delete an organization user group

Permanently deletes an organization user group. It cannot be undone.

DELETE/v3/organizations/{organizationId}/user-groups/{id}
JWT
organization:userGroup:delete

Parameters

NameTypeInDescription
organizationId*stringpath
id*stringpathUnique identifier for the organization user group.
Triggers webhook: organization.userGroup.deleted
POST <your-webhook-url>
{
  "event": "organization.userGroup.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "description": "string"
  },
  "triggeredAt": "string"
}

Responses

204 No Content