---
title: "Delete a webhook subscription"
method: DELETE
path: "/webhooks/{subscriptionId}"
tags: ["Manage webhooks"]
---

# Delete a webhook subscription

`DELETE /webhooks/{subscriptionId}`

Delete a webhook subscription

## Path parameters

- `subscriptionId` string, required

## Response `200`

OK

- DeleteWebhookSubscriptionDTO
  - `id` string — The unique identifier of the deleted webhook subscription

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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