> For the complete documentation index, see [llms.txt](https://docs.ospree.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ospree.io/developers/webhooks/api-endpoints/delete-webhook.md).

# Delete Webhook

<mark style="color:red;">`DELETE`</mark>  `/api/v2/webhooks/:webhook_id`

The Delete Webhook endpoint removes a webhook by its ID. Once deleted, the webhook will no longer receive event notifications. This action is irreversible.

### Path Parameters

| Name         | Type   | Description                                                                                                                                                                       |
| ------------ | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `webhook_id` | UUIDV7 | <p>The unique identifier of the configured webhook to be deleted. </p><p></p><p>Example: <mark style="color:orange;"><code>0663cc41-ef29-7995-8000-2d9b414b3174</code></mark></p> |

{% tabs %}
{% tab title="RESPONSE" %}

```json
{
  "status": "success",
  "data": true
}
```

{% endtab %}
{% endtabs %}
