Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.thena.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"
    }
  ]
}