delete_agent_memory
Remove a specific memory from an AI agent by supplying the agent ID, memory key, and user key. Use this to delete or soft-delete unwanted agent memories.
Instructions
Remove (soft delete) uma memória específica de um agente. Requer agent_id, memory_key e user_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | UUID do agente | |
| user_key | Yes | Identificador do usuário final dono da memória | |
| memory_key | Yes | Chave da memória a ser removida |