Delete Custom Field Definition
Delete a custom field definition and all its values.
This permanently deletes the definition and all values associated with it across all entities. The confirm_field_key must match the definition’s field_key to prevent accidental deletion.
Returns the count of deleted values in the X-Deleted-Values-Count header.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
external_id
The custom field definition ID (e.g., ‘cfd_dev_abc123’)
account_id
Request
This endpoint expects an object.
confirm_field_key
Must match the field_key of the definition to confirm deletion
Response
Successful Response
Errors
422
Unprocessable Entity Error