Português (BR)
cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v2/batch/scrape/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Batch scrape job successfully cancelled." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do job de raspagem em lote
Cancelamento concluído com sucesso
true
"Batch scrape job successfully cancelled."