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 has no body data.

Authorizations

Api-Key
string
headerrequired

Path Parameters

index_name
string
required

The name of the index to delete.