API showdown///
- Train Travel
Train Travel API
- Delete a booking
List existing bookings
Create a booking
Get a booking
New Booking
Delete a booking
Deletes a booking, cancelling the hold on the trip.
Security
OAuth2(Required scopes: write)
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/train-travel/openapi/bookings/{bookingId}
- Productionhttps://api.example.com/bookings/{bookingId}
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>'