Skip to content
ipro-dave edited this page Jul 2, 2019 · 2 revisions

Request Url: /apis/booking/cancel?BookingId={BookingId}

  • BookingId is the booking id of the booking you want to cancel. It is an integer.

Response:

{
   "IsSuccess":true
}
Clone this wiki locally