For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Group

Delete a group and the user attributes attached to it.

Members are not deleted, only their membership.

Returns 400 if the group is the built-in "All Users" group, whose membership always tracks the workspace roster and can't be deleted.

delete
/workspaces/{workspace_id}/groups/{group_id}
Authorizations
AuthorizationstringRequired

A Personal Access Token (PAT).

Path parameters
workspace_idstringRequired
group_idstringRequired
Responses
204

Successful Response

No content

delete/workspaces/{workspace_id}/groups/{group_id}
curl -L -X DELETE https://api-external.zenlytic.com/api/v2/workspaces/<workspace_id>/groups/<group_id> \
  -H 'Authorization: Bearer YOUR_TOKEN'

No content

Last updated

Was this helpful?