Admin API
Access & update your data
cURL
curl --request DELETE \ --url https://app.supercycle.com/api/v1/custom_fields/{id} \ --header 'Authorization: Bearer <token>'
Delete an existing custom field.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Numeric ID of the custom field.
Custom field deleted successfully
Was this page helpful?