Deletes files within the same bucket
buckets
table permissions: noneobjects
table permissions: delete
and select
An array of files to delete, including the path and file name. For example `['folder/image.png']`.
response = supabase.storage.from_('avatars').remove(['folder/avatar1.png'])