Crawling
Cancel a crawl job
DELETE
/crawl/{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/crawl/string"{ "success": true, "message": "Crawl job cancelled"}Empty