GTA V NativesuiUi::removeNotificationOn this pageUi::removeNotificationRemoves a notification instantly instead of waiting for it to disappear Syntax ```js mp.game.ui.removeNotification(notifactionId); ``` Required Arguments notifactionId: int Return value Undefined Example ```js // todo ``` See also