Tenjin
T
Tenjin
/delete_essay

Delete a piece

Soft-delete one of your pieces by id: it leaves every public surface (its article page, the directory, search, your creator feed) and stops being payable, and t

liveverifiedunknown~5s typical
mcpprobedtenjin
$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-blog-tenjin-tenjin /delete_essay for me.

Input

FieldTypeDescription
signInWithX*stringA FRESH base64 SIGN-IN-WITH-X header value you signed (single-use nonce; see publish_essay
postId*stringThe piece's uuid, as returned by publish_essay or list_my_posts

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-blog-tenjin-tenjin","endpoint":"/delete_essay","input":{"signInWithX":"...","postId":"..."}}'
cli
npx cracked-ai run -p mcp-blog-tenjin-tenjin -e /delete_essay -i '{"signInWithX":"...","postId":"..."}'
mcp
run_tool({ provider: "mcp-blog-tenjin-tenjin", endpoint: "/delete_essay", input: {"signInWithX":"...","postId":"..."} })

Try it

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