⇡ POST /booking_cancellation

A booking can be cancelled by the agent either:

  1. More than a day before travel date
  2. If none of the tickets have already been redeemed

The /booking_cancellation request must be made as a POST request to https://api.cityconnect.net/v1/booking_cancellation. You must use your email and token created in your account as HTTP Basic Authentication header to authenticate the request.

You must provide your reference for the booking you wish to cancel. For example:

{ "booking": "VIATOR0000424123" }

City Connect will respond with an empty 200 OK response if the request worked correctly.