---
title: "Unsubscribes from a webhook"
method: DELETE
path: "/webhooks/v1/unsubscribe"
tags: ["Webhooks"]
---

# Unsubscribes from a webhook

`DELETE /webhooks/v1/unsubscribe`

Unsubscribes from a Lodgify webhook

## Request body

- LodgifyApiWebhooksModelsV1UnsubscribeBindingModel
  - `id` string, nullable — The Id of the webhook you want to delete. It is the same we returned when you subscribed to this webhook

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

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