> For the complete documentation index, see [llms.txt](https://developers.getgeoflow.com/geoflow-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.getgeoflow.com/geoflow-docs/advanced/methods/cleardata.md).

# clearData

### Description

This method will clear the data properties currently saved in the visitor's browser through the session storage. The 'geoflow' JS object will not be affected.

### Parameters

```
None
```

### Using This Method

```javascript
geoflow.clearData();
```

### Output

```javascript
true (boolean)
```
