Skip to content

Delete booking

DELETE
/bookings/v4/{id}

Deletes a booking. Only bookings that have not yet been confirmed can be deleted.

id
required
integer
Example
12345678

Booking ID

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.