Why:
it has become very easy to one-click spam map tags with pipette tool.
Unfortunately there is no corresponding fast way to delete map tags again.
20 second video showcasing "the pain": https://youtu.be/haUgkLZjSGg
Hotkey for Instantly Delete Map Tag (without confirmation dialog)
Moderator: ickputzdirwech
Re: Hotkey for Instantly Delete Map Tag (without confirmation dialog)
It is theoretically possible to do this with some Lua code: /c game.player.force.find_chart_tags("nauvis"), and then calling the destroy() method on each. I was not able to get the syntax quite right to do this in a single Console Command (I keep getting a "nil value" error); maybe somebody else can give it a try?