Delete booking
DELETE /bookings/v4/{id}
DELETE
/bookings/v4/{id}
Deletes a booking. Only bookings that have not yet been confirmed can be deleted.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Example
12345678Booking ID
Responses
Section titled “ Responses ”Booking deleted successfully
Unauthorized
object
error
Error code or type
string
Example
validation_error message
Human-readable error message
string
Example
The sender postcode field is required.Booking not found
object
error
Error code or type
string
Example
validation_error message
Human-readable error message
string
Example
The sender postcode field is required.