cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/users/{user_id}/custom-attributes/{custom-attribute_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a user custom attribute
UID of user
1
UID of the custom attribute
OK
Status of the operation
"ok"
Was this page helpful?