cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v2/batch/scrape/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Batch scrape job successfully cancelled." }
Firecrawl API key が必要な AI agent の場合は、自動オンボーディング手順について firecrawl.dev/agent-onboarding/SKILL.md を参照してください。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
バッチスクレイピングジョブのID
キャンセルに成功しました
true
"Batch scrape job successfully cancelled."