delete_memory_block
Remove a specific memory block permanently by its ID to manage storage in the Letta system. This action cannot be reversed.
Instructions
Delete a memory block by ID. Use list_memory_blocks to find block IDs. WARNING: This action is permanent and cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ID of the memory block to delete | |
| agent_id | No | Optional agent ID for authorization |