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