DELETE FROM MyCollection WHERE User=LogInUser

Is there a way to do bulk DELETE by clicking a button?
I would like to by able to do something like “DELETE FROM ACollection WHERE User=LogInUser”

Thanks!