Delete a booking item
DELETE /api/v5/bookings/{id}/items/{item_id}
DELETE
/api/v5/bookings/{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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” item_id
required
string
Example
123Numeric ID of the item line within the booking.
id
required
string
The booking ID.
Responses
Section titled “ Responses ”Booking item deleted
Invalid item mutation
object
error
Single error message describing the failure.
string
errors
Any of:
string
Array<string>
Missing or invalid API key
Item not found
object
error
Single error message describing the failure.
string
errors
Any of:
string
Array<string>