> For the complete documentation index, see [llms.txt](https://docs.sesori.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sesori.com/user-guide/delete-account.md).

# Delete your account

Sesori does not currently offer self-serve account deletion in the app. Account and privacy-rights requests are handled by email so Sesori can verify the requester.

## Send a request

Email one of these addresses from the email associated with your Sesori account when possible:

* <contact@sesori.com> for account deletion or general privacy support.
* <gdpr@sesori.com> for GDPR and data-protection rights.

Include the sign-in method you used—GitHub, Google, Apple, or email—and say that you want to delete your Sesori account. Do not send passwords, OAuth tokens, API keys, or source code. Sesori may ask for additional information to verify your identity.

Sesori aims to respond to privacy-rights requests within 30 days. Complex or numerous GDPR requests can take up to two additional months where permitted. California requests are generally handled within 45 days, with an extension where permitted.

## What the request does not delete

Your local code, repositories, Git branches, and assistant session files remain on your computer. Deleting a Sesori account also does not delete your GitHub, Google, Apple, AI assistant, or model-provider account.

To disconnect a computer while the request is processed, stop the Bridge and clear its Sesori authentication:

```bash
sesori-bridge logout
```

You can separately revoke Sesori from your identity provider's connected-app settings.

## Full policy

The [Sesori Privacy Policy](https://sesori.com/privacy/) explains the current data categories, retention practices, sub-processors, legal bases, and rights-request process. It is authoritative if this short guide and the policy ever differ.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sesori.com/user-guide/delete-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
