Clear a message displayed above the map

Hey,
So I am looking for a native to clear / hide the chat message that is displayed in the current frame above the map.

I already tried ClearAllHelpMessages() ClearFloatingHelp ClearHelp() but since it is not displayed as a help message, it wont work as expected. I couldn’t find a native to clear the message early, but if someone has a solution, I would love to see a solution to it.

the function that is used:

function ShowNotificationv2(message, title, title2)
    SetNotificationTextEntry("STRING")
    AddTextComponentString(message)
    SetNotificationMessage("CHAR_SOCIAL_CLUB", "CHAR_SOCIAL_CLUB", true, 7, title, title2)
    DrawNotification(false, true)
end

thanks for reading, have a good day!

I don’t see a message over my map can you help me how to fix it