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>"

Authorizations

Api-Key
string
headerrequired

Path Parameters

collection_name
string
required

The name of the collection.

Response

202 - text/plain

The response is of type string.