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

Delete User Attribute Value

Remove a user attribute value set directly on a user.

Only values set on the user can be deleted here; group-inherited values are managed on the group. Once removed, any group value for that definition applies again.

delete
/workspaces/{workspace_id}/members/{user_id}/user_attributes/{user_attribute_id}
Authorizations
AuthorizationstringRequired

A Personal Access Token (PAT).

Path parameters
workspace_idstringRequired
user_idstringRequired
user_attribute_idstringRequired
Responses
204

Successful Response

No content

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

No content

Last updated

Was this helpful?