Endpoints
Delete Vectors
Deletes the vectors with the given ids.
DELETE
/
delete
/
{namespace}
You can delete one or more vectors by providing the vector ids to be deleted as a string or array of strings.
Vectors will be deleted from the default namespace by default. You can use a different namespace by specifying it in the request path.
Request
A vector id or array of vector ids to delete.
This is not a field, you should use the array or the string as the request body itself.
Path
The namespace to use. When no namespace is specified, the default namespace will be used.
Response
The number of the successfully deleted vectors.
Was this page helpful?