---
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.net/passentry/apis/passentry-api.md) · [All operations](https://skmtc.net/passentry/apis/passentry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passentry/passentry-api/versions/2c7dc0306b04/schema)
