Skip to content

Delete a custom field

Request to delete a custom field:

DELETE /api/v2/custom_fields/<field-id>.json

The field definition and the values stored on calls are deleted.

Response contains HTTP status code as shown in the following table.

Response Description
200 OK The custom field has been successfully deleted
403 Forbidden The request cannot be completed because API user has no permission to delete custom fields
404 Not Found Custom field with such ID does not exist, or the API user has no permission to delete it