memory_delete
Delete a memory entry by its UUID. Only the entry's owner can remove it; the entry is soft-deleted, disappearing from search results while retaining data 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 |