Português (BR)
cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v2/crawl/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "cancelled" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
O ID da tarefa de rastreamento
Cancelamento realizado com sucesso
cancelled
"cancelled"