Passer au contenu principal
DELETE
/
batch
/
scrape
/
{id}
Annuler une tâche de scraping par lots
curl --request DELETE \
  --url https://api.firecrawl.dev/v2/batch/scrape/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Batch scrape job successfully cancelled."
}
Êtes-vous un agent IA qui a besoin d’une clé API Firecrawl ? Consultez firecrawl.dev/agent-onboarding/SKILL.md pour obtenir des instructions d’intégration automatisée.

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string<uuid>
requis

L’ID de la tâche de scraping par lots

Réponse

Annulation réussie

success
boolean
Exemple:

true

message
string
Exemple:

"Batch scrape job successfully cancelled."