name: clawinbox-hosted-unregister-email description: Unregister an account via hosted MCP tool calls.
What this skill does
Removes an account and optionally purges stored data via MCP.
When to use
Use when operating purely via the MCP service without CLI access.
Steps
- Call MCP tool
unregister_account_toolwithaccount_nameand optionalpurge.
Examples
- MCP tool
unregister_account_toolwith{"account_name":"primary"} - MCP tool
unregister_account_toolwith{"account_name":"primary","purge":true}
Notes
- Without
purge, the account is disabled and data remains.