Remove Booking Room Reservation
[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".
Body Parameters
The unique id of the venue to which the booking belongs
The unique id of the booking to which the room reservation belongs
The unique id of the room reservation to remove
Successfully removing a room reservation from a booking
{
"success": true,
"errorType": null
}