Remove a Custom Field

Removes an existing custom field.

Path Parameters
  • id
    Type: integer
    required

    the custom field primary key

Headers
  • Content-Type
    Type: string

    application/json

Responses
  • 204

    No Content

  • application/json
  • application/json
Request Example for delete/custom_fields/{id}
curl /custom_fields/1 \
  --request DELETE \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: YOUR_SECRET_TOKEN'
No Body