Skip to main content
DELETE
Cancel an asynchronous job

Overview

Cancel an asynchronous job that is currently pending or processing. Jobs that have already completed, failed, or been canceled will remain unchanged.

Response

A successful cancellation returns a confirmation message:

Response Fields

When to Cancel Jobs

Cancel jobs when:
  • The extraction is no longer needed
  • You submitted a job with incorrect parameters
  • You want to stop processing to conserve page usage
Cancellation is best-effort. If a job is already mid-processing, it may complete before the cancellation takes effect. Pages used before cancellation are still counted toward your usage.

Example Usage

Cancel a Job

Cancel with Error Handling

Cancel Multiple Jobs

Error Responses

Authorizations

x-api-key
string
header
required

Path Parameters

jobId
string
required

Identifier returned from an async job submission.

Response

Job cancellation accepted

Confirmation payload returned after successfully canceling a job.

job_id
string
required

Identifier of the job that was cancelled.

message
string
required

Human-readable confirmation message.