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