Skip to content

Remove a Cart Item

Removes a single line item from the draft cart. The endpoint returns the full updated cart (HTTP 200), not 204 — the client can reuse it without a follow-up GET.

Endpoint

EndpointMethod
/api/admin/carts/{id}/itemsDELETE

Released under the MIT License.