Deletes an existing bucket. A bucket can't be deleted with existing objects inside it. You must first empty()
the bucket.
buckets
permissions: select
and delete
objects
permissions: nonefinal String result = await supabase
.storage
.deleteBucket('avatars');