メインコンテンツへスキップ
DELETE
/
batch
/
scrape
/
{id}
バッチスクレイピングジョブをキャンセルする
curl --request DELETE \
  --url https://api.firecrawl.dev/v1/batch/scrape/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Batch scrape job successfully cancelled."
}
注意: 機能とパフォーマンスが向上した、この API の新しい v2 版 が利用可能です。

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string<uuid>
必須

バッチスクレイプジョブのID

レスポンス

キャンセルに成功しました

success
boolean
:

true

message
string
:

"Batch scrape job successfully cancelled."