Skip to content

Delete item

DELETE
/bookings/v4/{id}/items/{item_id}

Removes an item from a booking. Quotes will be recalculated.

id
required
integer
Example
12345678

Booking ID

item_id
required
integer
Example
1

Item ID

Item 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.

Item or 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.