velixar_delete
Delete memories by ID, with support for single or bulk operations, and soft-delete option for recoverable archiving.
Instructions
Delete or archive memories. Use archive: true for soft-delete (recoverable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for memory_id (backward compat) | |
| ids | No | Memory IDs to delete (bulk) | |
| archive | No | Soft-delete: set archived=true instead of hard-deleting (default: false) | |
| memory_id | No | Memory ID to delete (single) |