---
title: "Delete Item"
method: DELETE
path: "/public/v1/items/{item_id}/"
tags: ["Items"]
---

# Delete Item

`DELETE /public/v1/items/{item_id}/`

Delete an item so it can no longer be added to invoices or bills.

## Path parameters

- `item_id` integer, required

## Response `200`

OK

- SuccessSchema
  - `success` true
  - `errors` object

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
