cURL
curl --request DELETE \ --url https://api.example.com/public/contacts/{contact_id}/custom-fields/{field_id}
Deletes a custom field for a contact using the contact ID and field ID.
OK. The custom field was successfully deleted.