Hey! I’m trying to add a feature in my app where a user can delete all of their data stored in Supabase buckets. Each object has the user ID in the owner field.
Is there a way to use the Supabase admin client to list all the user’s files by owner and delete them?