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."
}Documentation Index
Fetch the complete documentation index at: https://docs.supercycle.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?