Management API
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/user-attribute-profiles/{id} \ --header 'Authorization: Bearer <token>'
Delete a single User Attribute Profile specified by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the user-attribute-profile to delete.
User attribute profile successfully deleted.