Remove a Custom Field
Removes an existing custom field.
Path Parameters
- Type: integeridrequired
the custom field primary key
Headers
- Type: stringContent
- Type 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