diff --git a/AsbCloudWebApi/Controllers/NotificationController.cs b/AsbCloudWebApi/Controllers/NotificationController.cs
index ebb738e4..a954d2a9 100644
--- a/AsbCloudWebApi/Controllers/NotificationController.cs
+++ b/AsbCloudWebApi/Controllers/NotificationController.cs
@@ -131,7 +131,7 @@ public class NotificationController : ControllerBase
/// Id уведомления
///
///
- [HttpDelete]
+ [HttpDelete("{idNotification}")]
public async Task DeleteAsync([Required] int idNotification,
CancellationToken cancellationToken)
{