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

# Unsubscribe from a Webhook

## Unsubscribe

<mark style="color:red;">`DELETE`</mark> `https://ext-v2.smarttask.io/v{api_version}/webhook/unsubscribe/{webhook_id}`

This endpoint allows unsubscribe from the Webhook

#### Path Parameters

| Name         | Type   | Description                    |
| ------------ | ------ | ------------------------------ |
| api\_version | string | Api Version = v1.0             |
| webhook\_id  | number | Webhook Id to unsubscribe from |

#### Headers

| Name           | Type   | Description  |
| -------------- | ------ | ------------ |
| Authentication | string | Bearer Token |

{% tabs %}
{% tab title="200 Unsubscribed successfully" %}

```
{    }
```

{% endtab %}

{% tab title="404 Could not find the webhook" %}

```
{}
```

{% endtab %}
{% endtabs %}
