Orders
Remove an item from an order
Use this endpoint to remove a line item from an order. If the item is a booking (appointment, area booking, session, table reservation) the underlying booking is cancelled and any held resources are released. The order's totals are recalculated immediately.
delete/shop/orders/{orderId}/items/{itemId}
Response
The item was successfully removed from the order.
Changes
No recorded changes to this endpoint across all 1 revision of this API.