Delete a memory from an agent’s archival memory store.
The ID of the agent in the format ‘agent-’
curl https://api.letta.com/v1/agents/$AGENT_ID/archival-memory/$MEMORY_ID \ -X DELETE \ -H "Authorization: Bearer $LETTA_API_KEY"
{}