DELETE
/
crawl
/
{id}
curl --request DELETE \
  --url https://api.firecrawl.dev/v1/crawl/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "cancelled"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the crawl job

Response

200
application/json
Successful cancellation
status
enum<string>
Available options:
cancelled