DM
Docs MD — Markdown Share
/delete_share
Delete Shared Markdown
Permanently delete a share using its id and edit token.
liveverifiedunknown~5s typical
mcpprobeddocsmd—
$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-docs-md-markdown-share /delete_share for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | The share id (the URL path segment) |
| edit_token* | string | Edit token returned when the share was created |
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-docs-md-markdown-share","endpoint":"/delete_share","input":{"id":"...","edit_token":"..."}}'cli
npx cracked-ai run -p mcp-com-docs-md-markdown-share -e /delete_share -i '{"id":"...","edit_token":"..."}'mcp
run_tool({ provider: "mcp-com-docs-md-markdown-share", endpoint: "/delete_share", input: {"id":"...","edit_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.