//Does a Map need to go through a Map loop to delete elements?
//Does the Map need to use Map’s key to delete elements?
Just use the remove node ![]()
If you want to clear a map, use

There’s hardly ever any point in using loops on maps. The whole idea of maps is you don’t need loops.
It’s not an array, it’s a map, so you can remove any element in any order ![]()