---
title: "Delete Webhook Subscription"
method: DELETE
path: "/api/v1/webhook-subscriptions/{id}"
tags: ["Webhook Subscriptions"]
---

# Delete Webhook Subscription

`DELETE /api/v1/webhook-subscriptions/{id}`

Delete an existing webhook subscription.

## Response `200`

Webhook subscription deleted successfully

- object
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Not Found - Webhook subscription not found

---

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