kotlin-client
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.bucket
/
BucketManager
/
dropBucket
drop
Bucket
suspend
fun
dropBucket
(
name
:
String
,
common
:
CommonOptions
=
CommonOptions.Default
)
Deletes a bucket.
Throws
Bucket
Not
Found
Exception
if the specified bucket does not exist.