Skip to main content
DELETE
https://scrape.st
/
webhook
curl -X DELETE https://scrape.st/webhook \
  -H "x-api-key: YOUR_API_KEY"
{
  "message": "Webhook deleted successfully"
}
Remove the webhook registered to your API key.
x-api-key
string
required
Your unique API key.
curl -X DELETE https://scrape.st/webhook \
  -H "x-api-key: YOUR_API_KEY"
{
  "message": "Webhook deleted successfully"
}