Skip to main content
DELETE
/
user-attribute-profiles
/
{id}
Delete User Attribute Profile
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/user-attribute-profiles/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the user-attribute-profile to delete.

Response

User attribute profile successfully deleted.