cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v2/agent/{jobId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Firecrawl APIキーが必要なAIエージェントの方は、自動オンボーディング手順については firecrawl.dev/agent-onboarding/SKILL.md を参照してください。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
エージェントジョブのID
エージェントジョブが正常にキャンセルされました