How to erase "fill" a paper2d tilemap?

I made the error of filling the tilemap with a tile and then selecting a transparent tile and filling with it in order to make them disappear. But it turns out that still keeps the tile data from non empty, eraser sets to empty. I want to empty fill all those tiles

opening the tile map leaves me with no tile selected, but that doesnt combine with fill to empty fill everything sadly