Cancel Booking API
This API can be called to cancel the booking
API details
Name
Value
{
"success": true,
"data": {
"message": "Order cancelled successfully.",
"status": "cancelled",
"comments": "The refund amount will be credited within 7 days.",
"cancellationCharge": 342.5
}
}Last updated