apoc.vectordb.pinecone.deleteCollection

Procedure Apoc Extended

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

Signature

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

Input parameters

Name Type Default

hostOrKey

STRING

null

index

STRING

null

configuration

MAP?

{}

Output parameters