---
title: "Remove item from basket"
method: DELETE
path: "/basket/{id}"
tags: ["basket"]
---

# Remove item from basket

`DELETE /basket/{id}`

Removes an item from the basket and returns the updated basket payload.

Use this for "Remove" actions in basket/cart UI.

Behavior:
- Requires authentication.
- Removes the requested listing from the basket.
- Returns the new basket state so the client can update immediately.

## Path parameters

- `id` string, required — The ID of the basket to retrieve

## Request body

- object
  - `listingId` string, required — The ID of the listing

## Response `200`

The updated basket items

- object

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/6367b514f6ea/schema)
