Skip to main content
DELETE
/
v1
/
crawl
/
{id}
Cancel Crawl
curl --request DELETE \
  --url https://sdk.nimbleway.com/v1/crawl/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "canceled"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The unique identifier of the crawl task

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Successful Response

status
enum<string>
required
Available options:
canceled