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