Skip to main content
DELETE
/
v1
/
export-schemas
/
{id}
Delete export schema
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"
  }
}

Authorizations

X-Api-Key
string
header
required

Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys

Path Parameters

id
string
required

Export schema ID

Pattern: ^sch_[a-f0-9]{32}$

Response

Schema deleted

Last modified on April 5, 2026