> For the complete documentation index, see [llms.txt](https://docs.novarietygames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novarietygames.com/websitecreator/luascript/dom/window/localstorage/deletekey.md).

# deleteKey

The **`deleteKey()`** method of the localStorage interface removes a key from the browser storage

Example

```lua
window.localStorage.deleteKey("session")
```
