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
4XX
Client Error
application/json
5XX
Server Error
application/json
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?

