apoc.vectordb.qdrant.deleteCollection

Procedure Apoc Extended

Deletes a collection with the name specified in the 2nd parameter

Signature

apoc.vectordb.qdrant.deleteCollection(hostOrKey :: STRING, collection :: STRING, configuration = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

hostOrKey

STRING

null

collection

STRING

null

configuration

MAP?

{}

Output parameters