Skip to main content
POST
/
v1
/
admin
/
scrapers
/
{retailerCode}
/
cancel
Cancel running scraper
curl --request POST \
  --url http://localhost:3000/v1/admin/scrapers/{retailerCode}/cancel
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

retailerCode
string
required

Response

200 - application/json

Scraper cancelled

success
boolean
required
message
string
required