Contact Fields
Delete a contact field
Deletes a custom field definition (core columns cannot be deleted — 422 CORE_FIELD_IMMUTABLE). Idempotent — an unknown name resolves with deleted: false.
delete/v1/fields/{fieldName}
Path parameters
fieldNamestring required
The custom field name (URL-encoded when needed).
Example:plan
The custom field name (URL-encoded when needed).
Response
Deleted (or already gone).
Changes
No recorded changes to this endpoint across all 1 revision of this API.