> ## Documentation Index
> Fetch the complete documentation index at: https://zyfai.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# disconnectAccount

Disconnect account and clear authentication state. Resets wallet connection, JWT token, and all authentication-related state.

## Signature

```typescript theme={null}
disconnectAccount(): Promise<void>
```

## Example

```typescript theme={null}
await sdk.disconnectAccount();
console.log("Account disconnected");
```
