# Request Account Deletion

**How do I delete my account?**

You can request to delete your **workspace, account, and all associated Supademos and Showcases** by submitting a deletion request through your settings.

To start the process:

1. Go to **Settings → Security**
2. Click **Request account deletion**

<figure><img src="/files/USVPGDVJkGWSVg4jiwg0" alt=""><figcaption></figcaption></figure>

**What happens next?**

* Our technical support team will process your request within **up to 3 business days**
* Once completed, your account and all associated demos will be **permanently deleted**

{% hint style="danger" %}
**Important:** Account deletion cannot be undone. Make sure to back up any demos or content you want to keep before submitting your request.
{% endhint %}


---

# 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://docs.supademo.com/admin-and-billing/general-security/request-account-deletion.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.
