Skip to main content
POST
/
v1
/
scrapers
/
bulk
/
disable
Bulk disable scrapers
curl --request POST \
  --url http://localhost:3000/v1/scrapers/bulk/disable \
  --header 'Content-Type: application/json' \
  --data '
{
  "retailer_codes": [
    "<string>"
  ]
}
'
{
  "success": true,
  "message": "<string>",
  "updated": [
    "<unknown>"
  ]
}

Body

application/json
retailer_codes
string[]

Response

200 - application/json

Scrapers disabled

success
boolean
required
message
string
required
updated
null[]
required