diff --git a/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.js b/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.js
index 57587245fd..1994b1d90c 100644
--- a/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.js
+++ b/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.js
@@ -11,12 +11,6 @@ angular.module('inventoryProductList', ['ui.router'])
controllerAs: 'self'
})
- .state('updateProduct', {
- parent: 'app',
- url: '/inventory/:inventoryId/products/:productId',
- template: '