libgdx How to replace a tile in a tilemap?

I want to replace a tile on my tilemap either into another one from my tileset or just remove it from the rendered tilemap once my player walks over that specific tile.

How would I do that?