# 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 %}
