DELETE
/
crawl
/
cancel
/
{jobId}
curl --request DELETE \
  --url https://api.firecrawl.dev/v0/crawl/cancel/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

jobId
string
required

ID of the crawl job

Response

200
application/json
Successful response
status
string

Returns cancelled.