diff --git a/typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php b/typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
index 34038db13acef1ca0f7991d52722fa5502717f68..20abad0d8e09ed92b1fa8ae05f68f2d8bda58066 100644
--- a/typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
+++ b/typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
@@ -167,19 +167,6 @@ return [
         ]
     ],
 
-    // ExtDirect routing
-    'ext_direct_route' => [
-        'path' => '/ext-direct/route',
-        'target' => \TYPO3\CMS\Core\ExtDirect\ExtDirectRouter::class . '::routeAction',
-        'access' => 'public'
-    ],
-
-    // ExtDirect API
-    'ext_direct_api' => [
-        'path' => '/ext-direct/api',
-        'target' => \TYPO3\CMS\Core\ExtDirect\ExtDirectApi::class . '::getAPI'
-    ],
-
     // Render flash messages
     'flashmessages_render' => [
         'path' => '/flashmessages/render',