memory_delete
Delete a memory entry from your AI team's shared semantic memory. Only the entry owner can remove it, and the content is retained for audit after deletion.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |