Use this endpoint to permanently remove a custom field from your workspace. Once deleted, any values previously stored under this field on contacts will also be removed. Make sure you no longer need the field or its data before proceeding, as this action is irreversible.
DELETE /api/v1/custom-fields/{id}
Path Parameters
The numeric ID of the custom field to delete. Must match the pattern \d+.
Code Examples
Response
Returns 204 No Content on success. No response body is returned.
Deleting a custom field is permanent and cannot be undone. All contact data associated with this field will also be removed.