Remove element from mapping without a zero replacing it

Hello, I am looking for a way to delete an element from a mapping of (address => uint256) without replacing that element with a zero. What is the most efficient approach and how can i complete this?

Thank you

It's not possible. Zero is the default value.