Deletes an existing analytics bucket A bucket can't be deleted with existing objects inside it You must first empty the bucket before deletion
Public alpha: This API is part of a public alpha release and may not be available to your account type.
The unique identifier of the bucket you would like to delete
const { data, error } = await supabase
.storage
.analytics
.deleteBucket('analytics-data')