Saltar al contenido principal
DELETE
/
batch
/
scrape
/
{id}
Cancelar un trabajo de rastreo por lotes
curl --request DELETE \
  --url https://api.firecrawl.dev/v2/batch/scrape/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Batch scrape job successfully cancelled."
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string<uuid>
requerido

El identificador del trabajo de scraping por lotes

Respuesta

Cancelación completada

success
boolean
Ejemplo:

true

message
string
Ejemplo:

"Batch scrape job successfully cancelled."