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

> Remove data from local cache synchronously.

Synchronous version of `my.removeStorage`.

## Parameters

| Property | Type   | Required | Description           |
| -------- | ------ | -------- | --------------------- |
| key      | String | Yes      | Storage key to remove |

## Code Example

```javascript theme={null}
my.removeStorageSync({ key: 'token' });
```
