Delete an Inventory Item. This does not delete the associated product variant.
Request samples
curl --location --request DELETE 'https://api.medusa-commerce.com/admin/inventory-items/'
Responses
application/json {
"id": "string",
"object": "string",
"deleted": true
}
Modified at 2023-10-08 12:50:29