cURL
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" }
Delete a custom attribute from this extended model
UID of the extended attribute
1
UID of the custom attribute
OK
Status of the operation
"ok"
Was this page helpful?