Exports
Delete export
Deletes an export job. The export will no longer appear in list results. This operation is idempotent - deleting an already deleted export succeeds silently.
DELETE
Python (ticksupply library)
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Headers
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:
128Path Parameters
Export job ID (prefixed format, e.g., exp_xxx)
Pattern:
^exp_[a-f0-9]{32}$Response
Export deleted successfully
Last modified on April 17, 2026
Previous
Download exportGenerates presigned URLs for downloading export files.
URLs are valid for 5 minutes.
Large exports may be split into multiple files (hourly or daily partitions).
The response contains an array of artifacts, each with its own presigned URL.
Small exports will have a single artifact.
Only available for exports with status `succeeded`.
Next
Python (ticksupply library)