Appearance
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) requiredslug(path, string) required
Responses
200 — Field value cleared
401
404