Click or drag to resize

ManagerDeleteDatabase Method

Deletes a database that can no longer be opened by other means (lost password, etc). Note: will only work for databases created with version 1.2 or later.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void DeleteDatabase(
	string name
)

Parameters

name
Type: SystemString
The name of the database to delete
See Also