# Delete an inventory warehouse Endpoint: DELETE /v2/inventory_warehouses/{inventory_warehouse_id} Version: 2.0.0 Security: api_keys ## Path parameters: - `inventory_warehouse_id` (string, required) ## Query parameters: - `remove_inventory` (string) If 1, remove all inventory from the warehouse before deleting it. If 0 or missing and the warehouse has On Hand inventory, the request will fail. Enum: "0", "1" ## Response 204 fields