Skip to main content
POST
Delete a contact custom field
Delete a contact custom field. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

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

Body

application/json
id
integer
required

Response

Custom field deleted.

status
integer
required

Operation result indicator.

message
string
required

Human-readable result message.