Attempts to cancel an asynchronous job that is currently pending or processing. Jobs that have already completed will remain unchanged.
| Field | Type | Description |
|---|---|---|
job_id | string | Identifier of the job that was cancelled. |
message | string | Human-readable confirmation message. |
| Status | Description |
|---|---|
401 | Invalid or missing API key. |
403 | You don’t have access to this job. |
404 | Job not found. |
500 | Job could not be cancelled or internal server error. |
API key for authentication
Identifier returned from an async job submission (e.g., /extract_async).