v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Products

Delete SKU

Deletes a product SKU. This operation cannot be undone.

If the force parameter is set to false or not set at all, the SKU will be moved to the bin.

delete/v1/products/{productId}/skus/{skuId}

Query parameters

forceboolean

If this flag is set to true, the SKU will be removed permanently. If it is set to false or not set at all, the SKU will be moved to the bin. Going forward, the user will be able to create another SKU with exactly the same source_id.

Response

Returns no content if deletion is successful.