---
title: "Delete webhook subscription"
method: DELETE
path: "/v1/webhook_subscriptions/{id}"
tags: ["Webhook Subscriptions"]
---

# Delete webhook subscription

`DELETE /v1/webhook_subscriptions/{id}`

Permanently deletes a webhook subscription. This cannot be undone.

## Path parameters

- `id` string, uuid, required

## Response `200`

The deleted webhook subscription resource

- WebhookSubscriptionResourceDto
  - `id` string, required — Unique identifier of the webhook subscription.
  - `type` 'webhook_subscription', required — Resource type discriminator.
  - `url` string, required — The HTTPS URL where webhook events are delivered.
  - `events` string[], required — Event types this subscription receives.
  - `created_at` string, date-time, required — ISO 8601 UTC timestamp when the subscription was created.
  - `updated_at` string, date-time, required — ISO 8601 UTC timestamp when the subscription was last updated.

## Changes

- **2026-07-29** `e5198bf3cf7e` — 2 warning
  - added the new `account_holder.active` enum value to the `events/items/` response property for the response status `200`
  - added the new `account_holder.closed` enum value to the `events/items/` response property for the response status `200`
- **2026-04-23** `f04b2c330a67` — 3 warning
  - added the new `conversion.completed` enum value to the `events/items/` response property for the response status `200`
  - added the new `conversion.created` enum value to the `events/items/` response property for the response status `200`
  - added the new `conversion.failed` enum value to the `events/items/` response property for the response status `200`
- **2026-04-21** `67983e71dc41` — 1 warning
  - added the new `deposit.received` enum value to the `events/items/` response property for the response status `200`
- **2026-04-15** `d91795c11a31` — 4 warning
  - added the new `return.failed` enum value to the `events/items/` response property for the response status `200`
  - added the new `return.initiated` enum value to the `events/items/` response property for the response status `200`
  - added the new `return.paid` enum value to the `events/items/` response property for the response status `200`
  - added the new `return.returned` enum value to the `events/items/` response property for the response status `200`
- **2026-04-14** `8568afece912` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/augustus/apis/augustus-banking-api/changes/v1/webhook_subscriptions/:id/delete.md)

---

[API](https://skmtc.dev/augustus/apis/augustus-banking-api.md) · [All operations](https://skmtc.dev/augustus/apis/augustus-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/augustus/augustus-banking-api/revisions/37109d1ed976/schema)
