Skip to main content
DELETE
/
custom_fields
/
{id}
Delete a custom field
curl --request DELETE \
  --url https://app.supercycle.com/api/v1/custom_fields/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Numeric ID of the custom field.

Response

Custom field deleted successfully