Cancel a Created Booking
Cancel Booking Endpoint
Production URI | Method | Description |
https://api.kiwirail.co.nz/V1/bookings/<bookingid> | DELETE | Cancel unscheduled booking |
Test URI | Method | Description |
DELETE | Cancel unscheduled booking |
Cancel Booking Body Request
CODE
{
"bookingReference": "string",
"cancellationReason": "string"
}