IBucket Remove Method (String)Couchbase .NET SDK 2.0
Removes a document for a given key from the database.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
IOperationResult Remove(
	string key
)

Parameters

key
Type: System String
The key to remove from the database

Return Value

Type: IOperationResult
An object implementing the IOperationResult T interface.
See Also