delete_memory
Deletes a stored memory from the vector database by ID. Optionally specify a collection; an error is returned if the ID does not exist.
Instructions
Delete a stored memory (point) from the vector DB by ID.
If point_id does not exist, an error is returned (existence is checked
first). If collection is given, the deletion happens there (default: the
server-configured collection).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_id | Yes | ||
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |