Pinecone Database
PINECONE_API_KEY="YOUR_API_KEY" curl -i -X DELETE "https://api.pinecone.io/collections/example-collection" \ -H "Api-Key: $PINECONE_API_KEY" \ -H "X-Pinecone-Api-Version: 2025-10"
Delete an existing collection. Serverless indexes do not support collections.
An API Key is required to call Pinecone APIs. Get yours from the console.
Required date-based version header
The name of the collection.
The collection has been successfully deleted.
Was this page helpful?