Skip to content

Delete a booking

Request

Deletes a booking, cancelling the hold on the trip.

Security
OAuth2(Required scopes: write)
Path
bookingIdstring, (uuid)required

The ID of the booking to retrieve.

Example:1725ff48-ab45-4bb5-9d02-88745177dedb
curl -i -X DELETE \
  https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/train-travel/openapi/bookings/1725ff48-ab45-4bb5-9d02-88745177dedb \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Booking deleted

Response
No content