Endpoints
Cancel Crawl Job
DELETE
/
crawl
/
cancel
/
{jobId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
jobId
string
requiredID of the crawl job
Response
200 - application/json
status
string
Returns cancelled.