Cancel Job
Cancel a running extraction job. The job must be in queued or processing status. Completed or already-cancelled jobs return a 409 Conflict error.
POST
/v1/jobs/:id/cancelPath parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The job ID to cancel |
Example
curl -X POST https://api.talonic.com/v1/jobs/job_def456/cancel \
-H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"