# Delete an inventory item

Removes the item from the catalogue. The record is retained internally, so
existing allocations and past reporting are not lost, but the item can no
longer be allocated and no endpoint restores it.

Endpoint: DELETE /api/v2/inventory/item/{id}
Version: 2.0.0
Security: default

## Path parameters:

  - `id` (integer, required)
    The ID of the inventory item.

## Header parameters:

  - `Rosterfy-Platform` (string)

