| DatabaseDeleteIndex Method  | 
 
            Deletes the index with the given name
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
Syntaxpublic void DeleteIndex(
	string name
)
Parameters
- name
- Type: SystemString
 The name of the index to delete
 See Also
See Also