> ## 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.

```typescript TYPESCRIPT theme={"dark"}
cleanUp(): Promise<void>
```
