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 密钥的 AI 代理吗?请参见 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."