# Delete Webhook

## /webhooks/:webhook\_id

<mark style="color:red;">`DELETE`</mark> `https://api.terminal.africa/v1/webhooks/:webhook_id`

This endpoint allows you to delete an existing webhook.

#### Path Parameters

| Name                                          | Type   | Description                                  |
| --------------------------------------------- | ------ | -------------------------------------------- |
| webhook\_id<mark style="color:red;">\*</mark> | String | Unique identifier for webhook to be deleted. |

#### Headers

| Name                                            | Type   | Description                      |
| ----------------------------------------------- | ------ | -------------------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | Set value to `Bearer SECRET_KEY` |

{% tabs %}
{% tab title="200 Webhook deleted successfully" %}

```
{
    status: true,
    message: 'Webhook deleted successfully'
}
```

{% endtab %}
{% endtabs %}
