Deletes an export job. The export will no longer appear in list results. This operation is idempotent - deleting an already deleted 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 deleted successfully