Delete Stock for Product
DELETE/inventories/:product_uuid
Deletes the inventory for the specified product. The product inventory is null and is no longer managed by Commerce. If you want to keep managing inventory but have none of the product in stock, set the inventory to 0
instead of deleting the inventory.
Request
Responses
- 204
- 500
Success. Removes the stock information about the product
Internal server error. There was a system failure in the platform.