> 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/rdm/de/ribbon-menu-bar/administration/deleted-entries.md).

# Gelöschte Einträge

Die Option ***Administration – Gelöschte Einträge*** ermöglicht es Ihnen, die gelöschten Einträge anzuzeigen und sie wiederherzustellen.

{% hint style="info" %}

* Diese Funktion erfordert eine [erweiterte Datenquelle](/rdm/de/getting-started/workspaces/workspace-types/native-workspaces.md).
* Administratoren können einige oder alle gelöschten Einträge endgültig löschen.
  {% endhint %}

### Einstellungen

#### Gelöschte Einträge verwalten

Die ***Gelöschten Einträge*** erzeugen eine Liste mit allen Einträgen, die zuvor aus Ihrer Datenquelle gelöscht wurden. Sie können einen Eintrag wiederherstellen, das heißt, er wird wieder ein aktiver Eintrag und in Ihrer Datenquelle angezeigt. Sie können Ihre Einträge auch endgültig löschen; sobald Sie Ihre Einträge endgültig gelöscht haben, können Sie sie danach nicht mehr wiederherstellen.

<table><thead><tr><th width="265.199951171875">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td>Löschen</td><td>Den ausgewählten Eintrag endgültig löschen.</td></tr><tr><td>Eintrag wiederherstellen</td><td>Verwenden Sie diese Schaltfläche, um einen Eintrag wiederherzustellen.</td></tr><tr><td>Alle löschen</td><td>Alle gelöschten Einträge endgültig löschen.</td></tr></tbody></table>

#### Liste der gelöschten Einträge exportieren

Sie können mit der rechten Maustaste auf eine oder mehrere Zeilen klicken, um sie im CSV-, HTML- oder XML-Format zu exportieren.

#### Siehe auch

* [Devolutions Academy - Managing Entry History and Recovery](https://academy.devolutions.net/student/path/1925316/activity/2667998)


---

# 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/rdm/de/ribbon-menu-bar/administration/deleted-entries.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.
