Authorizations
Body
application/json
The request for the delete
operation.
Vectors to delete.
Example:
["id-0", "id-1"]
This indicates that all vectors in the index namespace should be deleted.
Example:
false
The namespace to delete vectors from, if applicable.
Example:
"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.
Response
A successful response.
The response for the delete
operation.