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

Authorizations

Authorization
string
header
required

Path Parameters

extended_attribute_id
integer
required

UID of the extended attribute

Example:

1

custom_attribute_id
integer
required

UID of the custom attribute

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"