diff --git a/apps/backoffice/src/app/layouts/nav-config.ts b/apps/backoffice/src/app/layouts/nav-config.ts
index e17382ae4..ba0c25c2e 100644
--- a/apps/backoffice/src/app/layouts/nav-config.ts
+++ b/apps/backoffice/src/app/layouts/nav-config.ts
@@ -13,7 +13,6 @@ import {
IconId,
IconLayoutDashboard,
IconListCheck,
- IconMapPin,
IconQuestionMark,
IconReport,
IconRosetteDiscountCheck,
@@ -144,7 +143,6 @@ export const NAV_SECTIONS: NavSection[] = [
label: 'nav.groupAdministration',
items: [
{ to: '/um/user-management/dashboard', label: 'nav.userManagement', icon: IconUserShield },
- { to: '/locations', label: 'nav.locations', icon: IconMapPin },
{
to: '/configuration',
label: 'nav.configuration',
diff --git a/apps/backoffice/src/app/router/index.tsx b/apps/backoffice/src/app/router/index.tsx
index 0ece345bd..ae40f7be3 100644
--- a/apps/backoffice/src/app/router/index.tsx
+++ b/apps/backoffice/src/app/router/index.tsx
@@ -16,7 +16,6 @@ import { DashboardPage } from '../features/dashboard/pages/DashboardPage';
import UserManagementPage from '../features/user-management/UserManagementPage';
import { ProfilePage } from '../features/profile/pages/ProfilePage';
import { ConfigurationPage } from '../features/configuration/pages/ConfigurationPage';
-import { LocationPage } from '../features/location/pages/LocationPage';
import { AnalyticsPage } from '../features/analytics/pages/AnalyticsPage';
import { ApplicationReviewPage } from '../features/applications/pages/ApplicationReviewPage';
import { MedicalVerificationPage } from '../features/medical-verification/pages/MedicalVerificationPage';
@@ -65,7 +64,6 @@ const router = createBrowserRouter([
{ path: 'logistics-head-dashboard', element: },
{ path: 'profile', element: },
{ path: 'configuration', element: },
- { path: 'locations', element: },
{ path: 'analytics', element: },
{ path: 'applications/:id', element: },
// CoC/CoP review happens in the config-driven licence queue.