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.
Request
string[]
Array of vector ids to delete.
string
Prefix of vector ids to delete.
string
Metadata filter for the vectors to delete.
Path
string
default:""
The namespace to use.
When no namespace is specified, the default namespace will be used.
Response
number
The number of the successfully deleted vectors.