DELETE
/
api
/
scrapers
/
{scraper_id}
/
delete
curl --request DELETE \
  --url https://app.mrscraper.com/api/scrapers/{scraper_id}/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "Scraper deleted successfully"
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting the API Tokens section inside your profile page or see https://docs.mrscraper.com/documentation/api-token for the details.

Path Parameters

scraper_id
integer
required

The scraper's ID.

Body

application/json ยท object

Response

200 - application/json

The response is of type object.