Delete Attribute Definition
Delete a user attribute definition and every value assigned against it.
This removes the attribute from all users and groups in the workspace.
delete/workspaces/{workspace_id}/user_attribute_definitions/{user_attribute_definition_id}
Authorizations
AuthorizationstringRequired
A Personal Access Token (PAT).
Path parameters
workspace_idstringRequired
user_attribute_definition_idstringRequired
Responses
204
Successful Response
No content
4XX
Client Error
application/json
5XX
Server Error
application/json
delete/workspaces/{workspace_id}/user_attribute_definitions/{user_attribute_definition_id}
curl -L -X DELETE https://api-external.zenlytic.com/api/v2/workspaces/<workspace_id>/user_attribute_definitions/<user_attribute_definition_id> \
-H 'Authorization: Bearer YOUR_TOKEN'
No content
Last updated
Was this helpful?

