Delete Memory
montycat_forgetDelete a stored memory record by its generated key or custom key, cleaning up unnecessary entries from the persistent memory store.
Instructions
Delete a stored record from memory by key or custom key.
Args: keyspace: Memory namespace (defaults to the configured one). key: Montycat-generated key to delete. custom_key: Custom key to delete. wait_for_index: For persistent keyspaces, wait for secondary indexes before returning. Defaults to the engine setting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| scope | No | ||
| keyspace | No | ||
| custom_key | No | ||
| wait_for_index | No |