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 https://api-staging.sparkfly.com/v1.0/custom_fields/1 \
--request DELETE \
--header 'X-Auth-Token: YOUR_SECRET_TOKEN'
No Body