cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v2/crawl/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "cancelled" }
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.
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
cancelled
"cancelled"