Delete Field
DELETE /fields/{column_id}
DELETE
/fields/{column_id}
Soft-delete a custom field (column).
Always org-scoped (you can only delete columns in your own org). Pass
list_id to additionally require that the column belong to a specific
list — that’s the safer default for list-scoped agents since the org may
have many custom columns across different lists.
Authorizations
Parameters
Path Parameters
column_id
required
Column ID to delete
integer
Column ID to delete
Query Parameters
entity
Target entity: ‘contacts’ or ‘companies’
string
Target entity: ‘contacts’ or ‘companies’
Header Parameters
Responses
200
Successful Response
object
data
required
object
column_id
required
integer
deleted
boolean
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string