# Remove a webhook endpoint

Source: https://docs.usetone.ai/reference/integrations/removeWebhook

> Deliveries stop immediately.

`DELETE /v1/integrations/webhooks/{id}`
Deliveries stop immediately. The delivery history goes with it — disable it instead if you still need the record.

Requires the `admin` scope.

## Parameters

| Name | In | | Meaning |
|---|---|---|---|
| `id` | path | required | The webhook endpoint's id. |

## Response



### Example response

```json
{
  "data": null
}
```
