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

# Logout

[@qonto/embed-sdk](../README) / logout

# Variable: logout()

> **logout**: () => `void`

Clears all the data that the SDK contains to identify a user session. This is normally useful after having called
`initialize` with an access token and once the SDK is not needed anymore. If `logout` is called without having called
`initialize`, it will do nothing.

## Returns

`void`
