POST
/
vectors
/
delete
curl --request POST \
     --url https://index_name-project_id.svc.environment.pinecone.io/vectors/delete \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "deleteAll": "false"
}
'
{}
curl --request POST \
     --url https://index_name-project_id.svc.environment.pinecone.io/vectors/delete \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "deleteAll": "false"
}
'

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.

Body

application/json

The request for the Delete operation.

Response

200
application/json

A successful response.

The response for the Delete operation.