---
title: "Item - Remove"
method: DELETE
path: "/item/remove"
tags: ["item"]
---

# Item - Remove

`DELETE /item/remove`

Permanently delete an item and its associated inventory records.

## Request body

- object
  - `item_id` string, required — Item ID to remove

## Response `200`

Item removed

- object
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

---

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