haus
H
haus
/delete_document

delete document

Soft-delete a document by id and cascade soft-delete its attachments; none of them appear in listings afterward, but the records are retained rather than perman

liveunknown~5s typical
mcphaus
$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-onehaus-haus /delete_document for me.

Input

FieldTypeDescription
id*stringThe id of the document to delete, as returned by create_document or list_documents.

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-onehaus-haus","endpoint":"/delete_document","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /delete_document -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/delete_document", input: {"id":"..."} })

Try it

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