Deletes an existing bucket. A bucket can't be deleted with existing objects inside it. You must first empty()
the bucket.
buckets
table permissions: select
and delete
objects
table permissions: noneThe unique identifier of the bucket you would like to delete.
response = supabase.storage.delete_bucket('avatars')