Passer au contenu principal
DELETE
/
agent
/
{jobId}
Annuler une tâche d’agent
curl --request DELETE \
  --url https://api.firecrawl.dev/v2/agent/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

jobId
string<uuid>
requis

L’ID de la tâche de l’agent

Réponse

200 - application/json

Tâche de l’agent annulée avec succès

success
boolean