Delete files in a bucket
Deletes files within the same bucket
- Policy permissions required:
buckets
permissions: noneobjects
permissions:delete
andselect
final List<FileObject> objec = await supabase
.storage
.from('avatars')
.remove(['avatar1.png']);