M
mcp
/htmldrop_delete
htmldrop delete
Delete a site by its id. The id is the opaque string returned from htmldrop_list (NOT the slug). Once deleted the public URL returns 404 immediately.
liveunknown~5s typical
mcpmcp
$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-htmldrop-mcp /htmldrop_delete for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | The site's id, as returned by htmldrop_list. |
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-htmldrop-mcp","endpoint":"/htmldrop_delete","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-app-htmldrop-mcp -e /htmldrop_delete -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-app-htmldrop-mcp", endpoint: "/htmldrop_delete", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.