M
MemoryRouter
/delete_memories
Delete specific memories
Use this only when the user explicitly asks to delete specific memories and confirms after seeing what will be deleted. Permanently deletes the identified memor
liveunknown~5s typical
mcpmemoryrouter
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-memoryrouter-memoryrouter /delete_memories for me.
Input
| Field | Type | Description |
|---|---|---|
| ids* | array | Memory ids (UUIDs) to permanently delete. |
| confirmation* | string (DELETE SELECTED MEMORIES) | Exact phrase the user must provide after being shown which memories will be deleted. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-memoryrouter-memoryrouter","endpoint":"/delete_memories","input":{"ids":[],"confirmation":"DELETE SELECTED MEMORIES"}}'cli
npx cracked-ai run -p mcp-ai-memoryrouter-memoryrouter -e /delete_memories -i '{"ids":[],"confirmation":"DELETE SELECTED MEMORIES"}'mcp
run_tool({ provider: "mcp-ai-memoryrouter-memoryrouter", endpoint: "/delete_memories", input: {"ids":[],"confirmation":"DELETE SELECTED MEMORIES"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.