haus
H
haus
/delete_contact

delete contact

Soft-delete a contact by id; it is marked deleted and no longer appears in list_contacts, but the underlying record is retained rather than permanently erased.

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_contact for me.

Input

FieldTypeDescription
id*stringThe id of the contact to delete, as returned by create_contact or list_contacts.

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

Try it

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