asksteps
A
asksteps
/asksteps_delete_form

asksteps: delete a form and its submissions

Deletes a form or funnel from the connected account — together with every submission it has collected. Requires "forms:write". The first call NEVER deletes: it

liveverifiedunknown~5s typical
mcpprobedasksteps
$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-co-asksteps-asksteps /asksteps_delete_form for me.

Input

FieldTypeDescription
form_id*stringThe form or funnel id.
confirmbooleanSet to true only AFTER the user has agreed, knowing how many submissions go with it. default false

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-co-asksteps-asksteps","endpoint":"/asksteps_delete_form","input":{"form_id":"...","confirm":false}}'
cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_delete_form -i '{"form_id":"...","confirm":false}'
mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_delete_form", input: {"form_id":"...","confirm":false} })

Try it

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