Skip to main content
DELETE
/
v1
/
export-schemas
/
{id}
/
draft
Discard draft
curl --request DELETE \
  --url https://api.ticksupply.com/v1/export-schemas/{id}/draft \
  --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

Headers

Idempotency-Key
string<uuid>

Unique key for idempotent requests. If you retry a request with the same key, you'll receive the original response without the operation being performed again.

Must be a valid UUID (any version — v4 recommended for uniqueness), up to 128 characters.

Maximum string length: 128

Path Parameters

id
string
required

Export schema ID

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

Response

Draft discarded.

Last modified on April 17, 2026