Skip to main content

Delete Item

DELETE 

/api/items/deleteitem/:id

Tier: Public — stable, supported for third-party integration.

Soft-deletes a single item.

Sets IsDeleted and detaches the item's tag (making it available for reuse), writing an Items.ItemTagReplacementHistoryDto row. Raises SystemEventType.ItemDeleted and adjusts SkuPlaceStock.

Request

Responses

true on success.