> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getnowadays.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Webhook

> Unregister a webhook

Delete a registered webhook from your sandbox environment. This will stop all event notifications to that endpoint.

### Path Parameters

<ParamField path="webhook_id" type="number" required>
  The unique identifier of the webhook to delete
</ParamField>

### Response Format

```json theme={null}
{
  "success": true,
  "message": "Webhook deleted successfully",
  "webhook_id": 7001
}
```

### Notes

* Deleted webhooks cannot be recovered
* Any pending event deliveries to this webhook will be cancelled
* This action is immediate and cannot be undone
