---
title: "Delete a webhook subscription"
method: DELETE
path: "/v1/Webhooks/{id}"
tags: ["Webhooks"]
---

# Delete a webhook subscription

`DELETE /v1/Webhooks/{id}`

Permanently deletes webhook subscription. Cannot be undone. Consider setting IsActive=false to temporarily disable instead. Delivery history is lost after deletion.

## Path parameters

- `id` string, uuid, required

## Response `204`

Webhook deleted successfully

## Other responses

- `401` — API key is missing or invalid
- `404` — Webhook not found or does not belong to this partner

---

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