---
title: "Deletes multiple bookings or enquiries in a single batch operation."
method: POST
path: "/v1/reservation/delete"
tags: ["Reservations"]
---

# Deletes multiple bookings or enquiries in a single batch operation.

`POST /v1/reservation/delete`

Performs a batch deletion, moving the specified collection of bookings and enquiries to the trash.

## Request body

- LodgifyApiPublicReservationsModelsV1BatchBookingDto[]
  - `id` integer — The unique identifier of the booking or enquiry.
  - `type` string, nullable — The type of the entity (e.g., "Booking" or "Enquiry").

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal 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/versions/ddf40757d411/schema)
