Batch
Cancel a batch scrape job
DELETE
/batch/scrape/{id}Authorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://example.com/batch/scrape/string"{ "success": true, "message": "Batch scrape job cancelled"}Empty