Cancels a queued or running export job. Only exports with status queued or running
can be canceled. This operation is idempotent - canceling an already canceled export
succeeds silently.
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
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.
128Export job ID (prefixed format, e.g., exp_xxx)
^exp_[a-f0-9]{32}$Export canceled successfully