> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/compte-profil/supprimer-compte.md).

# How do I delete my Steeple account?

### Delete their account

Go to **Settings** > **Account** > **Delete my account**.

1. Click the delete button
2. Confirmation is requested with a warning: deletion is **permanent** and deletes the account as well as all associated posts
3. Confirm deletion
4. The user is automatically logged out

### Key points

* Deletion is **irreversible**
* All of the user's posts are deleted with the account
* This action is not **available** for members of communities using SSO authentication

### Alternative: leave a community

If the goal is to leave a community without deleting one's Steeple account, see the article "How do I leave a community?" which explains how to leave a community while keeping one's account.

### What the assistant can do

The assistant cannot delete a user account at the user's request. Do not confuse this with removing an employee from the organization via the Administration scope, which is a different operation from account deletion.


---

# 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:

```
GET https://help.steeple.com/en/compte-profil/supprimer-compte.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.
