---
title: "Delete webhook"
method: DELETE
path: "/v2/api/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Delete webhook

`DELETE /v2/api/webhooks/{webhook_id}`

Permanently deletes a webhook endpoint and its delivery history.

## Path parameters

- `webhook_id` string, required

## Response `204`

Webhook deleted

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/withallo/apis/allo-api.md) · [All operations](https://skmtc.dev/withallo/apis/allo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withallo/allo-api/revisions/9aab4db82933/schema)
