curl --request DELETE \ --url https://controller.us-east1-gcp.pinecone.io/collections/collectionName \ --header 'accept: text/plain'
"<string>"
This operation deletes an existing collection.
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
The name of the collection
The index has been successfully deleted.
The response is of type string.
string
Was this page helpful?