Dayze — Life in Days + Notable People
DL
Dayze — Life in Days + Notable People
/delete_event

Delete Event (calendar remove)

MUTATES by removing one existing calendar event the authenticated user owns. Required: event_id (UUID). Unknown or other-user event_id returns an error. event_p

liveunknown~5s typical
mcpdayzelife
$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_event for me.

Input

FieldTypeDescription
event_id*stringUUID of a calendar event 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_event","input":{"event_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /delete_event -i '{"event_id":"..."}'
mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/delete_event", input: {"event_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.