IClusterManager RemoveBucket Method Couchbase .NET SDK 2.1.0 Documentation
Removes a bucket from the cluster permamently.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
IResult RemoveBucket(
	string name
)

Parameters

name
Type: System String
The name of the bucket.

Return Value

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