diff --git a/static/routes.config.php b/static/routes.config.php
index 4752ca9170..c081dba66a 100644
--- a/static/routes.config.php
+++ b/static/routes.config.php
@@ -174,7 +174,6 @@ return [
 	],
 
 	'/notifications' => [
-		'/{id}'              => [Module\Notifications\Notifications::class, [        R::POST]],
 		'/network[/json]'    => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
 		'/system[/json]'     => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
 		'/personal[/json]'   => [Module\Notifications\Notifications::class, [R::GET, R::POST]],