DELETE
/
users
/
{user_id}
/
custom-attributes
/
{custom-attribute_id}
Delete a custom attribute
curl --request DELETE \
  --url http://localhost:3001/portal-api/users/{user_id}/custom-attributes/{custom-attribute_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

user_id
integer
required

UID of user

Example:

1

custom-attribute_id
integer
required

UID of the custom attribute

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"