Python: Delete files in a bucket

Deletes files within the same bucket

Parameters

Examples

Delete file

response = supabase.storage.from_('avatars').remove(['folder/avatar1.png'])