> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/data/delete-sessionstorage.md).

# Delete SessionStorage

Delete SessionStorage removes one key from browser `sessionStorage`. Use it to clear tab-scoped state before the application reads it again.

![Delete sessionStorage Test Step](https://app.does.qa/screenshots/node/data_sessionStorage_delete.png)

## When to use it

* Remove wizard or checkout progress before restarting a Flow on the same tab.
* Reset data set by an earlier [Set SessionStorage](/test-steps/data/set-sessionstorage.md) step.
* Prefer [Delete All SessionStorage](/test-steps/data/delete-all-sessionstorage.md) when every key should be cleared.

## Configure

### Basics

| Field                  | What to set                         |
| ---------------------- | ----------------------------------- |
| **sessionStorage Key** | Key to remove from `sessionStorage` |

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Delete All SessionStorage](/test-steps/data/delete-all-sessionstorage.md)
* [Set SessionStorage](/test-steps/data/set-sessionstorage.md)
* [Store SessionStorage](/test-steps/data/store-sessionstorage.md)
* [Data](/test-steps/data.md)

**Tags:** `data`, `sessionStorage`, `delete`
