---
title: "delete memory · RUAL Documentation"
description: "Delete a memory by id (forget the conversation and its files)."
canonical: https://docs.rual.nl/block-types/anthropic/anthropicconnection_delete_memory
language: en
---

# delete memory

This block is part of the [`anthropic`](https://docs.rual.nl/block-types/anthropic) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

Delete a memory by id (forget the conversation and its files).

- flow `flow`

- id required `value` The memory id to delete.

- flow `flow`

- success `condition`

- deleted `condition` True when a memory was deleted (false when none existed).

- errors `array ` Error codes when the call fails (success=false): config_error, internal_error.

- error detail `value`

| `forget` |
| --- |
| `remove memory` |
| `clear memory` |
| `wipe memory` |

A typical wiring for [delete memory](https://docs.rual.nl/block-types/anthropic/anthropicconnection_delete_memory): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `id` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the delete memory block: typical wiring for delete memory.](https://docs.rual.nl/canvas-examples/anthropicconnection_delete_memory.png)

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).
