跳转到主要内容
DELETE
/
agent
/
{jobId}
取消智能体任务
curl --request DELETE \
  --url https://api.firecrawl.dev/v2/agent/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

授权

Authorization
string
header
必填

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

路径参数

jobId
string<uuid>
必填

Agent 任务的 ID

响应

200 - application/json

代理任务已成功取消

success
boolean