MCP Tool: delete_account

Deletes an account from the Thena platform. This action is permanent and will remove the account along with its associated data.

Example Prompt

Delete account with ID ACC001

Input Parameters

NameTypeRequiredDescription
idstringYesThe unique identifier of the account to delete

Response Fields

The response will be a simple success message indicating the account was deleted.

Sample Response

{
  "content": [
    {
      "type": "text",
      "text": "Account deleted successfully"
    }
  ]
}