---
title: "Remove cart item"
method: DELETE
path: "/item"
tags: ["items"]
---

# Remove cart item

`DELETE /item`

Removes a specific item from the customer's cart.

## Query parameters

- `cart_item_key` string
- `return_cart` boolean

## Response `200`

Cart item removed successfully.

- union
  - object
    - `removed` boolean
  - Cart — A map of cart item keys to cart item objects. Each property key is a unique cart item key.

## Other responses

- `404` — Cart item not found.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
