Skip to content

Clear custom field value

Remove a custom field value from a contact. The field definition is not affected.

DELETE /v1/contacts/{contactId}/fields/{slug}

Remove a custom field value from a contact. The field definition is not affected.

Parameters

  • contactId (path, string) required

  • slug (path, string) required

Responses

200 — Field value cleared

401

404