Skip to content

Delete a booking item

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

Removes an item line from the booking and recalculates the booking total weight. Requires an API key and booking ownership. Not permitted on Multipick bookings. Returns 204 on success.

item_id
required
string
/^\d+$/
Example
123

Numeric ID of the item line within the booking.

id
required
string

The booking ID.

Booking item deleted

Invalid item mutation

object
error

Single error message describing the failure.

string
errors
Any of:
string

Missing or invalid API key

Item not found

object
error

Single error message describing the failure.

string
errors
Any of:
string