How to delete tile player just collided with?

I have this feature that allows player character to destroy certain tiles when a powerup is activated. But I don’t know how can I delete tile my character just collided with (how to get x/y of a tile you just collided with). I could get around that by rounding player’s position, etc., but I’m afraid it my delete wrong tiles.