curl --request DELETE \
--url https://app.supercycle.com/api/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"error": "Rate limit exceeded. Retry after 42 seconds."
}Delete an existing custom field.
curl --request DELETE \
--url https://app.supercycle.com/api/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"error": "Rate limit exceeded. Retry after 42 seconds."
}Was this page helpful?