Cancel Booking API
This API can be called to cancel the booking
API details
DELETE
/api/v1/hotel/booking-api/booking/cancel-booking/{referenceNumber}
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <Access token>
Accept-Encoding
gzip
Response
{
"success": true,
"data": {
"message": "Order cancelled successfully.",
"status": "cancelled",
"comments": "The refund amount will be credited within 7 days.",
"cancellationCharge": 342.5
}
}
Last updated