diff --git a/src/apps/dashboard/components/drawer/sections/AdvancedDrawerSection.tsx b/src/apps/dashboard/components/drawer/sections/AdvancedDrawerSection.tsx
index 97993a76cc..5718825d3d 100644
--- a/src/apps/dashboard/components/drawer/sections/AdvancedDrawerSection.tsx
+++ b/src/apps/dashboard/components/drawer/sections/AdvancedDrawerSection.tsx
@@ -1,5 +1,4 @@
import Article from '@mui/icons-material/Article';
-import EditNotifications from '@mui/icons-material/EditNotifications';
import ExpandLess from '@mui/icons-material/ExpandLess';
import ExpandMore from '@mui/icons-material/ExpandMore';
import Extension from '@mui/icons-material/Extension';
@@ -64,14 +63,6 @@ const AdvancedDrawerSection = () => {
-
-
-
-
-
-
-
-
diff --git a/src/apps/dashboard/routes/_asyncRoutes.ts b/src/apps/dashboard/routes/_asyncRoutes.ts
index caf155b9e0..9e31c2b5c8 100644
--- a/src/apps/dashboard/routes/_asyncRoutes.ts
+++ b/src/apps/dashboard/routes/_asyncRoutes.ts
@@ -2,7 +2,6 @@ import { AsyncRouteType, type AsyncRoute } from 'components/router/AsyncRoute';
export const ASYNC_ADMIN_ROUTES: AsyncRoute[] = [
{ path: 'activity', type: AsyncRouteType.Dashboard },
- { path: 'notifications', type: AsyncRouteType.Dashboard },
{ path: 'users', type: AsyncRouteType.Dashboard },
{ path: 'users/access', type: AsyncRouteType.Dashboard },
{ path: 'users/add', type: AsyncRouteType.Dashboard },
diff --git a/src/apps/dashboard/routes/_redirects.ts b/src/apps/dashboard/routes/_redirects.ts
index 009aa65914..d5dc9177d4 100644
--- a/src/apps/dashboard/routes/_redirects.ts
+++ b/src/apps/dashboard/routes/_redirects.ts
@@ -21,7 +21,6 @@ export const REDIRECTS: Redirect[] = [
{ from: 'metadataimages.html', to: '/dashboard/libraries/metadata' },
{ from: 'metadatanfo.html', to: '/dashboard/libraries/nfo' },
{ from: 'networking.html', to: '/dashboard/networking' },
- { from: 'notificationsettings.html', to: '/dashboard/notifications' },
{ from: 'playbackconfiguration.html', to: '/dashboard/playback/resume' },
{ from: 'repositories.html', to: '/dashboard/plugins/repositories' },
{ from: 'scheduledtask.html', to: '/dashboard/tasks/edit' },
diff --git a/src/apps/dashboard/routes/notifications.tsx b/src/apps/dashboard/routes/notifications.tsx
deleted file mode 100644
index 7642ee033b..0000000000
--- a/src/apps/dashboard/routes/notifications.tsx
+++ /dev/null
@@ -1,34 +0,0 @@
-import Alert from '@mui/material/Alert/Alert';
-import Box from '@mui/material/Box/Box';
-import Button from '@mui/material/Button/Button';
-import React from 'react';
-import { Link } from 'react-router-dom';
-
-import Page from 'components/Page';
-import globalize from 'scripts/globalize';
-
-const NotificationsPage = () => (
-
-
-
{globalize.translate('Notifications')}
-
-
-
- {globalize.translate('NotificationsMovedMessage')}
-
-
-
-
-
-);
-
-export default NotificationsPage;
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 6c6846c289..ffdcd9bfc2 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -325,7 +325,6 @@
"General": "General",
"Genre": "Genre",
"Genres": "Genres",
- "GetThePlugin": "Get the Plugin",
"GoHome": "Go Home",
"GoogleCastUnsupported": "Google Cast Unsupported",
"GridView": "Grid View",
@@ -1147,8 +1146,6 @@
"Normal": "Normal",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
- "Notifications": "Notifications",
- "NotificationsMovedMessage": "The notifications functionality has moved to the Webhook plugin.",
"NumLocationsValue": "{0} folders",
"Off": "Off",
"OnApplicationStartup": "On application startup",