Delete a custom attribute

Delete a custom attribute.

Delete a custom attribute

DELETE https://{{account_id}}.acquire.io/api/v1/crm/objects/object-field/{{custom_attributeId}}

Delete a specific custom attribute. The custom_attributeId must be passed in to the endpoint as a path parameter. Warning: This action can't be undone.

Path Parameters

NameTypeDescription

custom_attributeId

integer

The custom attribute's ID

Headers

NameTypeDescription

Authorization

string

Bearer {{api_key}}

{
  "data": {
    "deleted": 1
  }
}

Last updated