> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/nl/features/audit/supprimer-un-audit-ou-un-modele-daudit.md).

# Een audit of auditsjabloon verwijderen

## Een audit verwijderen

Voordat we een audit verwijderen, hebben we een beveiliging ingesteld: een archieffase. Deze fase wordt gebruikt om het verwijderde document op te slaan voordat het definitief wordt verwijderd. Het werkt als een prullenbak

### Archiveren

Allereerst moet je de audit archiveren met de knop **Archief** in het auditmenu. Om het menu weer te geven, ga je naar de drie kleine puntjes in de auditlijst.

<figure><img src="/files/uLPNiCB8mauEeMxBMXAj" alt=""><figcaption><p>De Archiveer knop staat onderaan de lijst</p></figcaption></figure>

Klik op **Opslaan** en je audit wordt gearchiveerd.

### Een audit permanent verwijderen

Als je een audit permanent wilt **verwijderen**, geef je het archief weer en ga je verder met verwijderen.

<figure><img src="/files/tnqkAixuNo6oNqyFHZjL" alt=""><figcaption><p>Check to display archives</p></figcaption></figure>

Verwijder vervolgens de audit via het auditmenu

<figure><img src="/files/xdpmjIr2XbnF3JTYBR7S" alt=""><figcaption><p>Je kunt je audit ook herstellen als dat nodig is</p></figcaption></figure>

## Een auditsjabloon verwijderen

Als je een auditsjabloon wilt verwijderen, ga je naar de sjabloonlijst en selecteer je de knop **verwijderen**.\&#x20 in het sjabloonmenu;

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

{% hint style="info" %}
Houd er rekening mee dat auditmodellen niet worden gearchiveerd. Vergeet niet om het in JSON-formaat te downloaden als je een kopie wilt bewaren om opnieuw te importeren
{% endhint %}


---

# 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://doc.dastra.eu/nl/features/audit/supprimer-un-audit-ou-un-modele-daudit.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.
