> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/platform/backoffice/handler/how-can-i-delete-a-merchant-account.md).

# Händlerkonto löschen

Für die Löschung eines Händlerkontos sind zwei Schritte erforderlich: Zuerst muss der Händler [deaktiviert](#deaktivierung-eines-handlers) werden, danach kann er [gelöscht](#loschen-eines-handlers) werden.

### Deaktivieren eines Händlers

Um ein Händlerkonto zu deaktivieren, navigiere im Hauptmenü Deines Payrexx-Kontos zu **Händler** und [suche](https://docs.payrexx.com/platform-new/backoffice/handler/ubersicht-handler#id-2.-handler-suchen) nach dem Händler, der deaktiviert werden soll.

Bewege den Mauszeiger über die entsprechende Zeile und klicke auf das folgende Symbol, um den Händler zu deaktivieren:

<div align="left"><figure><img src="/files/5jG7q3DpCvlSLtOZ2Dkm" alt=""><figcaption><p>Symbol zum Deaktivieren eines Händlers</p></figcaption></figure></div>

### Löschen eines Händlers

Im nächsten Schritt kann das Händlerkonto gelöscht werden. Bewege dazu den Mauszeiger über die entsprechende Zeile und klicke auf das Symbol zum Löschen:

<div align="left"><figure><img src="/files/JFS6CX9lZPZkqOZnu1yM" alt=""><figcaption><p>Symbol zum Löschen eines Händlers</p></figcaption></figure></div>

Das Händlerkonto ist nun gelöscht.

Nachdem Du dich entschieden hast, den Benutzer zu löschen, kannst Du zwischen verschiedenen Löschoptionen wählen:

* **Vorläufig löschen:** Entfernt die Instanz aus der Ansicht, behält jedoch die Daten.
* **Unwiderruflich löschen:** Entfernt die Instanz dauerhaft. Diese Aktion ist nicht rückgängig zu machen.


---

# 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.payrexx.com/platform/backoffice/handler/how-can-i-delete-a-merchant-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.
