DELETE
/batch/extract/{id}
Cancel Batch Extract Job

Cancel a running batch job. Returns 200 { success: true } on success. Already-completed page results remain queryable via the status endpoint.

Authorization

YOUR_API_KEY
AuthorizationBearer <token>

Enter your API key from the Thunderbit Dashboard. The header format will be: Authorization: Bearer YOUR_API_KEY

In: header

Path Parameters

id*stringrequired

Batch task ID

Response

application/json

Job cancelled successfully

successboolean
Example:
true