DELETE
/
databases
/
{indexName}
curl --request DELETE \
     --url https://controller.us-east1-gcp.pinecone.io/databases/indexName \
     --header 'accept: text/plain'
"<string>"
curl --request DELETE \
     --url https://controller.us-east1-gcp.pinecone.io/databases/indexName \
     --header 'accept: text/plain'

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.

Path Parameters

indexName
string
required

The name of the index

Response

202
text/plain
The index has been successfully deleted.

The response is of type string.