vector_store_vector_delete
Delete a vector from a vector store using its unique identifier. Provide the store name and document ID to remove the vector, and get a boolean confirmation of the deletion.
Instructions
[vector_store] Delete a vector by ID. Returns {deleted: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |