Pinecone Database
# pip install "pinecone[grpc]" from pinecone.grpc import PineconeGRPC as Pinecone pc = Pinecone(api_key='API_KEY') pc.delete_collection("example-collection")
Delete an existing collection. Serverless indexes do not support collections.
Documentation IndexFetch the complete documentation index at: https://docs.pinecone.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
An API Key is required to call Pinecone APIs. Get yours from the console.
The name of the collection.
The collection has been successfully deleted.
Was this page helpful?