DL
Dayze — Life in Days + Notable People
/delete_food
Delete Food (Food Diary remove)
MUTATES by removing one Food Diary row the authenticated user owns and its mirrored calendar event. Required: food_id (UUID). Prefer this over delete_event for
liveunknown~5s typical
mcpdayze—life
$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-dayze-life-context /delete_food for me.
Input
| Field | Type | Description |
|---|---|---|
| food_id* | string | UUID of a Food Diary row the authenticated user owns |
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-dayze-life-context","endpoint":"/delete_food","input":{"food_id":"..."}}'cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /delete_food -i '{"food_id":"..."}'mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/delete_food", input: {"food_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.