apoc.vectordb.weaviate.deleteCollection
Procedure Apoc Extended
Deletes a collection with the name specified in the 2nd parameter
Signature
apoc.vectordb.weaviate.deleteCollection(hostOrKey :: STRING, collection :: STRING, configuration = {} :: MAP?) :: (value :: MAP?)
Input parameters
| Name | Type | Default | 
|---|---|---|
hostOrKey  | 
STRING  | 
null  | 
collection  | 
STRING  | 
null  | 
configuration  | 
MAP?  | 
{}  |