Version: 202506
Delete inventory level
DELETE/openapi/2025-06/inventory_levels
Deletes an inventory level for a specific location and inventory item.
Request
- application/json
- Body
- Example
Bodyrequired
inventory_item_idstringrequired
Inventory item ID
location_idstringrequired
Location ID
{
"inventory_item_id": "string",
"location_id": "string"
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}