Delete files in a bucket
Deletes files within the same bucket
- Policy permissions required:
buckets
permissions: noneobjects
permissions:delete
andselect
final res = await supabase
.storage
.from('avatars')
.remove(['avatar1.png']);
Deletes files within the same bucket
buckets
permissions: noneobjects
permissions: delete
and select
final res = await supabase
.storage
.from('avatars')
.remove(['avatar1.png']);
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status