DELETE
/
customfield
/
{customfieldId}
Delete Custom Field
curl --request DELETE \
  --url https://api.sendx.io/api/v1/rest/customfield/{customfieldId} \
  --header 'X-Team-ApiKey: <api-key>'
{
  "message": "Custom Field deleted successfully."
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

customfieldId
string
required

The CustomFieldId you want to delete.

Example:

"encrypted_id_124"

Response

200
application/json

Custom Field deleted successfully.

The response is of type object.