When a user uploads a new logo, the old one should be deleted automatically

Question:
Hey how can i accomplish that when a user uploads a new logo via upload button, the old logo is gonna be deleted automatically?

Product:
Wix Studio Editor

What are you trying to achieve:
On my website i have a logo for each company and they can upload it themselves via upload button on their own account site which matches with the user_id. Now to save some space in my mediacollection i wanna automatically delete the old logo when a new one was uploaded.

Additional information:
My CMS table looks like that:

|Column 1 | Column 2 | Column 3
|company1 | user_id1 | logo1 |
|company2 | user_id2 | logo2 |
|company3 | user_id3 | logo3 |

Thanks alot.