# Delete an active session

Users can manually delete a transferred session at any time for security, using the Cerby browser extension or web app.

***

## Delete a session using the Cerby browser extension

To delete a session using the Cerby browser extension, you must complete the following steps:

1. Open the Cerby browser extension popup.
2. Click the **View Details** button of the corresponding account card. The account details page is displayed.
3. Click the **Delete** icon of the **Transfer Session** field. The session is deleted from Cerby.

Now you are done.

***

## Delete a session using the Cerby web app

To delete a session using the Cerby web app, you must complete the following steps:

1. Log in to your Cerby workspace.
2. Click the corresponding card. The account details page is displayed.
3. Expand the **Session transfer** section in the account details page.
4. Click the **Delete session** button. The **Delete transferred session?** dialog box is displayed.
5. Click the **Yes, delete session** button.

Now you are done.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cerby.com/cerby-web-app/accounts/managing-your-accounts/delete-an-active-session.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
