Skip to main content
DELETE
Deprecated. Custom fields are now called contact properties. This /custom-fields endpoint still works as an alias, but new integrations should use Delete Contact Property by Name.

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The fieldName of the custom field to delete.

Response

Custom field deleted successfully
boolean
Indicates whether the request was successful.
string
Confirmation message.Example: "Custom field deleted successfully"

Error Responses

object
Returned when no custom field with the given name exists on the project.