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

Delete Group Attribute Value

Remove a user attribute value from a group.

The definition itself is untouched — only this group's value for it is deleted.

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

A Personal Access Token (PAT).

Path parameters
workspace_idstringRequired
group_idstringRequired
user_attribute_idstringRequired
Responses
204

Successful Response

No content

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

No content

Last updated

Was this helpful?