- User
- Scraping Browser
- Scraping API
- shopee
- br sites
- amazon
- google search
- google trends
- google flights
- google flights chart
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- Scraper RequestPOST
- Scraper GetResultGET
- Universal Scraping API
- Crawler
- Scrape
- Crawl
- Public
Cancel a batch scrape job
DELETE
/api/v1/crawler/scrape/batch/{id}
Scraping
Last modified:2025-06-04 10:04:20
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.scrapeless.com/api/v1/crawler/scrape/batch/' \
--header 'x-api-token;'
Responses
🟢200OK
application/json
Body
success
boolean
optional
Example:
true
message
string
optional
Example:
Batch scrape job successfully cancelled.
Example
{
"success": true,
"message": "Batch scrape job successfully cancelled."
}
🟠404Record Not Found
🔴500Server Error