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

# Delete a webhook subscription.

`DELETE /webhooks/{id}`

Permanently deletes webhook subscription. Cannot be undone. Consider setting IsActive=false to temporarily disable instead.

## Path parameters

- `id` string, uuid, required

## Response `204`

Webhook deleted successfully

## Other responses

- `401` — API key is missing or invalid
- `404` — Webhook not found

---

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