メインコンテンツへスキップ
DELETE
/
crawl
/
{id}
クロールジョブをキャンセルする
curl --request DELETE \
  --url https://api.firecrawl.dev/v2/crawl/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "cancelled"
}

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<uuid>
必須

クロールジョブのID

レスポンス

キャンセルが完了しました

status
enum<string>
利用可能なオプション:
cancelled
:

"cancelled"