Endpoints
Delete Vectors
Deletes the vectors with the given ids.
DELETE
You can delete one or more vectors by providing their vector ids, vector id prefix, or metadata filter.Documentation Index
Fetch the complete documentation index at: https://upstash-partnerstash.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Array of vector ids to delete.
Prefix of vector ids to delete.
Metadata filter for the vectors to delete.
Path
The namespace to use.
When no namespace is specified, the default namespace will be used.
Response
The number of the successfully deleted vectors.