Delete vectors, by id, from a single namespace.
For guidance and examples, see Delete data.
Documentation Index
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
The request for the delete operation.
Vectors to delete.
["id-0", "id-1"]This indicates that all vectors in the index namespace should be deleted.
false
The namespace 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 Delete data.
A successful response.
The response for the delete operation.