简体中文
cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v1/crawl/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "cancelled" }
注意:现已提供改进功能与性能的全新 v2 版 API。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the crawl job
Successful cancellation
cancelled
"cancelled"