简体中文
cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v1/batch/scrape/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Batch scrape job successfully cancelled." }
注意:新版 v2 API 现已上线,功能与性能均有所提升。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the batch scrape job
Successful cancellation
true
"Batch scrape job successfully cancelled."