Delete
The Delete
operation deletes vectors, by id, from a single namespace.
You can delete items by their id, from a single namespace.
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Body
The request for the Delete
operation.
Vectors to delete.
["id-0", "id-1"]
This indicates that all vectors in the <a href='https://docs.pinecone.io/docs/namespaces'>namespace</a> should be deleted. Not supported by projects on the gcp-starter environment.
false
The <a href='https://docs.pinecone.io/docs/namespaces'>namespace</a> to delete vectors from, if applicable.
"example-namespace"
If specified, the metadata filter here will be used to select the vectors to delete. This is mutually exclusive with specifying IDs to delete in the ids param or using delete_all=True. See https://www.pinecone.io/docs/metadata-filtering/. Not supported by projects on the gcp-starter environment.
Response
The response for the Delete
operation.
Was this page helpful?