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

# cleanup

In order to remove the provided listeners and stop any API calls performed by the manager, make sure to call the cleanup function.

```kotlin KOTLIN theme={"dark"}
fun cleanup(cleanClientSessionCache: Boolean = true)
```

## Parameters

<Expandable title="Parameters" defaultOpen>
  <ResponseField name="cleanClientSessionCache" type="Boolean" post={["Default: true"]} />
</Expandable>
