Delete an existing index.
PINECONE_API_KEY="YOUR_API_KEY" curl -i -X DELETE "https://api.pinecone.io/indexes/example-index" \ -H "Api-Key: $PINECONE_API_KEY" \ -H "X-Pinecone-API-Version: 2025-04"
An API Key is required to call Pinecone APIs. Get yours from the console.
The name of the index to delete.
Was this page helpful?