Skip to main content

Delete Sku

DELETE 

/api/skus/deletesku/:id

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

Soft-deletes a SKU (non-cascading), and raises a SkuDeleted system event. Deletion is not gated by lifecycle state — a Draft, Active, or Discontinued SKU can be deleted as long as it is unused.

Rejected if any item still references the SKU, or if its inner SKU (if any) is still referenced by items. If the SKU has an inner SKU, the inner SKU is soft-deleted along with the outer SKU; additional barcodes are also soft-deleted.

Request

Responses

Returns true.