---
title: "Delete Webhook"
method: DELETE
path: "/webhooks/{webhook_id}"
tags: ["webhooks"]
---

# Delete Webhook

`DELETE /webhooks/{webhook_id}`

Delete an existing webhook for the authenticated organization

## Path parameters

- `webhook_id` string, required

## Headers

- `Authorization-Signature` string, required

## Response `204`

Webhook deleted successfully

## Other responses

- `401` — Unauthorized - Authentication required
- `404` — Not Found - Webhook not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/coinvoyage/apis/coinvoyage-api.md) · [All operations](https://skmtc.net/coinvoyage/apis/coinvoyage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinvoyage/coinvoyage-api/revisions/29e628200554/schema)
