> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/portal/de/profile/delete-your-devolutions-account.md).

# Devolutions Account löschen

Löschen Sie Ihr Devolutions Account, indem Sie die nachfolgenden Schritte befolgen. Daten können vor der Löschung auf ein anderes Konto [übertragen](/portal/de/profile/change-your-devolutions-account-email-address.md) werden.

{% hint style="danger" %}
Das Löschen eines Devolutions Account **kann nicht rückgängig gemacht werden**. Sobald ein Konto gelöscht ist, ist dies irreversibel. Um die Auswirkungen dieser Entscheidung zu verstehen, lesen Sie [Wie sich das Löschen eines Devolutions Account auf Devolutions Cloud auswirkt.](https://docs.devolutions.net/cloud/de/knowledge-base/knowledge-base-articles/consequences-of-deleting-a-devolutions-account-on-devolutions-cloud)<br>
{% endhint %}

1. Gehen Sie zum [Devolutions Portal](https://portal.devolutions.com/).
2. Klicken Sie im linken Menü auf ***Profil***.
3. Wählen Sie unten rechts ***Konto löschen***.

   ![](https://cdnweb.devolutions.net/docs/INTERFACE4126.png)
4. Wählen Sie die Methode zur Autorisierung des Löschvorgangs.
5. Befolgen Sie die Schritte entsprechend der ausgewählten Methode. Beachten Sie, dass die Löschmethode von den Sicherheitseinstellungen abhängt, die in Ihrem Devolutions Account und Devolutions Password Manager konfiguriert sind.
   * ***E-Mail***: Diese Option erscheint, wenn kein Passwort oder privater Schlüssel in Devolutions Password Manager gespeichert ist.
   * ***Push-Benachrichtigung***: Der private Schlüssel muss in Devolutions Password Manager konfiguriert sein, um die Löschung per Push-Benachrichtigung durchführen zu können.
   * ***Passwort***: Es muss ein Passwort erstellt werden, um die Löschung per Passwort zu ermöglichen.
6. Klicken Sie auf ***Konto löschen***.
7. Das Konto wurde gelöscht.<br>


---

# 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.devolutions.net/portal/de/profile/delete-your-devolutions-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.
