PUT /job/:id/cancel
This endpoint allows you to cancel running job. All items, that are not in progress and not done, will be marked as canceled
and will not be charged.
Full URL:
https://api.webcrawlerapi.com/v1/job/:id/cancel
Method: PUT
Example
https://api.webcrawlerapi.com/v1/job/6c391693-e566-4b99-97ca-5fa00032e281/cancel
Response
If successful, the response will be:
{"message": "Job cancelled"}