DELETE
/
indexes
/
{index_name}
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.
PINECONE_API_KEY = "YOUR_API_KEY"

curl -i -X DELETE "https://api.pinecone.io/indexes/example-index" \
  -H "Api-Key: $PINECONE_API_KEY" 

Authorizations

Api-Key
string
header
required

Path Parameters

index_name
string
required

The name of the index to delete.

Response

202
_mintlify/placeholder

The request to delete the index has been accepted.