{
"status": true,
"message": "Sorry, Reservation has been deleted successfully.",
"data": {
"result": {
"_id": "653ca80dbd3750993e736ad4",
"roomName": "Asa Sinle room",
"userId": "653bc09dd315da400aa0824d",
"fullName": "Abdullah Yahaya Abu",
"roomId": "653a1c4b29d03a5e5f17a704",
"quantity": 3,
"bookings": [
{
"fromDate": "2023-10-26",
"toDate": "2023-10-27",
"amount": 105000,
"status": "active",
"paymentId": "653ca6ad3bfdd486ef5305e5"
}
],
"location": "Akure",
"createdAt": "2023-10-28T06:19:57.269Z",
"updatedAt": "2023-10-28T06:19:57.269Z",
"__v": 0
}
}
}