Example Calls
Delete
Method
The delete
method allows you to remove vectors from the index based on their identifiers. It returns the following field in response:
deleted
: An integer indicating how many vectors were deleted with the command.
Delete Example
Alternatively, you can delete a singular vector:
Also, you can specify a namespace to operate on. When no namespace is provided, the default namespace will be used.