cURL
curl --request DELETE \ --url https://sdk.nimbleway.com/v1/crawl/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "canceled" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the crawl task
"123e4567-e89b-12d3-a456-426614174000"
Successful Response
canceled
Was this page helpful?