memory_delete
Delete a memory entry by its UUID. Only the entry's owner can perform this action, which hides it from results while retaining the content for audit.
Instructions
Delete a memory entry. Only the entry's owner can delete it.
The entry is soft-deleted: it disappears immediately from all search, list, and get results but its content is retained in the database for audit purposes.
Args: entry_id: The UUID of the entry to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | The UUID of the entry to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |