For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove Booking Room Reservation

POST [PlatformAddress]/api/1.0/venue?action=removeBookingRoomReservation

Remove a room reservation from a specific booking. The booking must satisfy the following:

\

* Accommodation is included.

\

* The status must be "confirmed".

Request Body

Name
Type
Description

venueId

integer

The unique id of the venue to which the booking belongs

bookingId

integer

The unique id of the booking to which the room reservation belongs

id

integer

The unique id of the room reservation to remove

{
  "success": true,
  "errorType": null
}
Error Type
Reason

1

Unknown error

2

Only "not confirmed" room reservations can be deleted

Last updated