cnvs.app
C
cnvs.app
/erase

Erase Item

Delete a single item by id. `kind` MUST match the item type: 'text' for text nodes, 'line' for freehand strokes, 'image' for images — the wrong kind silently ta

liveverifiedunknown~5s typical
mcpprobedcnvs.app
$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-app-cnvs-whiteboard /erase for me.

Input

FieldTypeDescription
board_id*string
id*string
kind*string (text | line | image)
access_keystring8-character lowercase alphanumeric board access key when the board is locked (legacy 6-cha

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-app-cnvs-whiteboard","endpoint":"/erase","input":{"board_id":"...","id":"...","kind":"text"}}'
cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /erase -i '{"board_id":"...","id":"...","kind":"text"}'
mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/erase", input: {"board_id":"...","id":"...","kind":"text"} })

Try it

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