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

Remove Group Member

Remove a member from the group.

Returns 404 if the user is not currently a member of the group.

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

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

A Personal Access Token (PAT).

Path parameters
workspace_idstringRequired
group_idstringRequired
user_idstringRequired
Responses
204

Successful Response

No content

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

No content

Last updated

Was this helpful?