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

# my.clearStorageSync

> Clear all data from local cache synchronously.

Synchronous version of `my.clearStorage`.

## Parameters

This API does not require any parameters.

## Code Example

```javascript theme={null}
my.clearStorageSync();
console.log('Storage cleared');
```
