> 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-cookies.md).

# Delete Cookies

Delete Cookies removes every cookie for the current browser context. Use it when the Flow needs a clean cookie jar before the next navigation or login.

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

## When to use it

* Start a Flow with no leftover session from an earlier Test Case on the same runner.
* Reset authentication state without closing the browser.
* Prefer [Delete Cookie](/test-steps/data/delete-cookie.md) when only one named cookie should change.

## Configure

### Basics

This step has no required fields. It clears all cookies for the active page context.

### Advanced

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

## Related

* [Delete Cookie](/test-steps/data/delete-cookie.md)
* [Set Cookie](/test-steps/data/set-cookie.md)
* [Store Cookie](/test-steps/data/store-cookie.md)
* [Data](/test-steps/data.md)

**Tags:** `data`, `cookie`, `deleteAll`
