memory_delete
Delete a memory entry by key under your authenticated Bearer key (agent_id is accepted but not currently used to partition storage — see memory_store's note). Use to clean up stale or sensitive context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key to delete | |
| agent_id | Yes | Accepted but not currently used to partition storage — memory is namespaced by your Bearer key. |