Docs MD — Markdown Share
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

FieldTypeDescription
id*stringThe share id (the URL path segment)
edit_token*stringEdit 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.