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

# Delete Webhook

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

Permanently delete an existing webhook. The webhook must belong to the authenticated user's API key.

## Path parameters

- `id` integer, required

## Response `204`

No response body

## Other responses

- `401`
- `403`
- `404`
- `429`

---

[API](https://skmtc.net/daloopa/apis/daloopa-api.md) · [All operations](https://skmtc.net/daloopa/apis/daloopa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daloopa/daloopa-api/versions/746538a1eb45/schema)
