cURL
curl --request DELETE \ --url https://app.mrscraper.com/api/results/{result_id} \ --header 'Authorization: Bearer <token>'
{}
This endpoint allows you to delete a scraping result.
You can retrieve your token by visiting the API Tokens section inside your profile page or see /documentation/api-token for the details.
The result's ID.
The response is of type object.
object