Scrape エンドポイント
バッチスクレイプのキャンセル
DELETE
バッチスクレイピングジョブをキャンセルする
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.firecrawl.dev/v2/batch/scrape/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Batch scrape job successfully cancelled."
}Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.firecrawl.dev/v2/batch/scrape/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Batch scrape job successfully cancelled."
}