dropBucket

suspend fun dropBucket(name: String, common: CommonOptions = CommonOptions.Default)

Deletes a bucket.

Throws

com.couchbase.client.core.error.BucketNotFoundException

if the specified bucket does not exist.