curl -X DELETE https://scrape.st/webhook \
-H "x-api-key: YOUR_API_KEY"
{
"message": "Webhook deleted successfully"
}
Webhooks
Delete Webhook
Remove the webhook associated with your API key
DELETE
/
webhook
curl -X DELETE https://scrape.st/webhook \
-H "x-api-key: YOUR_API_KEY"
{
"message": "Webhook deleted successfully"
}