Skip to main content
DELETE
/
browser
/
v1
/
crawl
/
{id}
Cancel a crawl job
curl --request DELETE \
  --url https://api.voyant.travel/browser/v1/crawl/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Path Parameters

id
string
required

Response

200

Crawl cancelled