---
title: "Remove an item from an order"
method: DELETE
path: "/shop/orders/{orderId}/items/{itemId}"
tags: ["Orders"]
---

# Remove an item from an order

`DELETE /shop/orders/{orderId}/items/{itemId}`

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.

## Response `204`

The item was successfully removed from the order.

## Other responses

- `400` — The request failed.
- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
