API
PUT /job/:id/cancel
Cancel a running crawling job to stop processing and avoid charges
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/cancelMethod: PUT
Example
https://api.webcrawlerapi.com/v1/job/6c391693-e566-4b99-97ca-5fa00032e281/cancelResponse
If successful, the response will be:
{"message": "Job cancelled"}