PINECONE_API_KEY = "YOUR_API_KEY" curl -i -X DELETE "https://api.pinecone.io/indexes/example-index" \ -H "Api-Key: $PINECONE_API_KEY"
This response does not have an example.
This operation deletes an existing index.
The name of the index to delete.
The request to delete the index has been accepted.
Was this page helpful?