agent_forget
Permanently delete a single key from encrypted agent memory to retract obsolete or misremembered context. Destructive action with no recovery; returns success or not-found error.
Instructions
[agent] Permanently delete a single key from encrypted agent memory. Use to retract obsolete or misremembered context; prefer overwriting via agent_remember when you just want to update the value, and use delete_secret for actual credentials (which never live in agent memory). Destructive: there is no recycle bin. Returns 'Forgot "KEY"' on success or a not-found error if the key was already absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key to delete. |