PINECONE_API_KEY="YOUR_API_KEY" curl -i -X DELETE "https://api.pinecone.io/collections/example-collection" \ -H "Api-Key: $PINECONE_API_KEY"
"<string>"
This operation deletes an existing collection.
Serverless and starter indexes do not support collections.
The name of the collection.
The index has been successfully deleted.
The response is of type string.
string
Was this page helpful?