Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.surefeedback.com/api/v1/webhooks/{id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Webhook deleted successfully"
}
Permanently deletes a webhook. No further events will be delivered to the URL.

Path parameters

id
string
required
UUID of the webhook to delete.
{
  "success": true,
  "message": "Webhook deleted successfully"
}