N
netcafe-memory
/forget
Delete a stored memory by id
Permanently delete one memory you own (id from recall). Use when a memory is wrong or sensitive. Example — tools/call forget {"id":"<memory-id>"}
liveverifiedunknown~5s typical
mcpprobednetcafe-memory
$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-com-ainetcafe-netcafe-memory /forget for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Memory id from recall (integer for keyword engine, uuid string for semantic engine). |
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-com-ainetcafe-netcafe-memory","endpoint":"/forget","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-memory -e /forget -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-memory", endpoint: "/forget", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.