cancel
Cancel operation allows you to cancel a booking made via Travelgate. It always takes into account the day and time of the destination in order to calculate what cancellation policy should be applied (UTC time).
hotelX {
cancel(
input: HotelCancelInput!
settings: HotelSettingsInput
filter: HotelXFilterInput
appsInput: [HotelXAppInput!]
): HotelCancelPayload
}