jambavan_memory_delete
Delete a specific memory by its concept ID or remove all memories within a scope. Returns confirmation with deleted count.
Instructions
Delete a memory by its OKF concept ID (scope/slug), or delete all memories in a scope. Provide id to delete a single memory. Provide scope with delete_scope: true to wipe all memories in that scope. Returns confirmation with the count of deleted memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | OKF concept ID to delete (e.g. "general/why-graphql"). | |
| scope | No | Scope to wipe (requires delete_scope: true). | |
| delete_scope | No | Set true to delete all memories in scope. |