DELETE
/
collections
/
{collection_name}
PINECONE_API_KEY="YOUR_API_KEY"

curl -i -X DELETE "https://api.pinecone.io/collections/example-collection" \
  -H "Api-Key: $PINECONE_API_KEY"
"<string>"
PINECONE_API_KEY="YOUR_API_KEY"

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

Authorizations

Api-Key
string
header
required

Path Parameters

collection_name
string
required

The name of the collection.

Response

202
text/plain
The index has been successfully deleted.

The response is of type string.