Deletes a custom export schema. Built-in schemas cannot be deleted.
cURL
curl --request DELETE \ --url https://api.ticksupply.com/v1/export-schemas/{id} \ --header 'X-Api-Key: <api-key>'
{ "error": { "code": "unauthenticated", "message": "Invalid or missing API key" } }
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Export schema ID
^sch_[a-f0-9]{32}$
Schema deleted
Was this page helpful?