Deletes an existing analytics bucket. A bucket can't be deleted while it still contains namespaces or tables.
buckets permissions: select and deleteobjects permissions: noneThe unique identifier of the analytics bucket you would like to delete.
final String res = await supabase
.storage
.deleteAnalyticsBucket('warehouse');