cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v1/crawl/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Crawl job successfully cancelled." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the crawl job
Successful cancellation
true
"Crawl job successfully cancelled."