DELETE
/
collections
/
{collection_name}
curl --request DELETE \
  --url https://api.pinecone.io/collections/{collection_name} \
  --header 'Api-Key: <api-key>'
"<string>"

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.

Was this page helpful?