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
Name | Type | Description |
---|---|---|
custom_attributeId | integer | The custom attribute's ID |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Last updated