Scraper apiGeneratedBatch
Cancel a batch job
Stop scheduling new batch items and let in-flight child extractions drain
Authorization
APIKeyHeader X-Api-Key<token>
In: header
Path Parameters
job_id*Job Id
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/batch/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
"status": "queued",
"status_url": "string",
"in_flight_urls": 0
}Empty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}