Cancellation
DELETE /partner/booking/cancel
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
bookingId
string
Booking Reference
type
string
Parking, Hotel, Lounge
email
string
Customer's email
Response
{
"bookingId": "123123123",
"type": "Parking",
"email": "[email protected]"
}{
"error": "Invalid request"
}Last updated