---
title: "Remove a row from the basket"
method: DELETE
path: "/baskets/{ident}/packages/{rows.id}"
tags: ["Baskets"]
---

# Remove a row from the basket

`DELETE /baskets/{ident}/packages/{rows.id}`

This will remove the given `{rows.id}` from the basket `{ident}`. The basket must be re-fetched after running to receive updated totals.

## Path parameters

- `ident` string, required
- `rows.id` integer, required

## Response `204`

Successfully deleted a row from the basket.

## Other responses

- `404` — Row or basket not found.

---

[API](https://skmtc.net/tebex/apis/tebex-checkout-api.md) · [All operations](https://skmtc.net/tebex/apis/tebex-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tebex/tebex-checkout-api/revisions/a52c87b9a2b9/schema)
