Cancel Booking
POST
/v1/bookings/{uid}/cancelThe Cancel Booking API allows users to cancel an existing booking. By providing the booking uid, the API will update the booking status to “Cancelled”. This action may trigger notifications or other processes depending on the system’s configuration.
Request
Path Params
uid
string
required
Body Params application/json
object {0}
Example
{}
Request samples
Responses
Success(200)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
#/definitions/1332902required
Example
Not configured
Last modified: 3 months ago