IClusterManager.RemoveBucketAsync Method Couchbase .NET SDK 2.0
Removes a bucket from the cluster permamently.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Task<IResult> RemoveBucketAsync(
	string name
)

Parameters

name
Type: System.String
The name of the bucket.

Return Value

Type: Task<IResult>
A boolean value indicating the result.
See Also