Crawl エンドポイント
クロールのキャンセル
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/crawl/{id} \
--header 'Authorization: Bearer <token>'{
"status": "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/crawl/{id} \
--header 'Authorization: Bearer <token>'{
"status": "cancelled"
}