> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/archive-storage/how-tos/delete-an-archive.md).

# Delete an archive

***

## Delete an archive using the control panel

Navigate to the archive you want to delete. Then, click **Action** and then **Delete**.

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

In the dialog box that opens, type the name of the archive in the text field to confirm, and then click **Delete**.

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

## Delete an archive using the API

To delete an archive using the [API](/platform/control-panel/api.md), use the [archive/delete](https://github.com/GleSYS/API-docs/wiki/API-Documentation#archivedelete) endpoint to delete an archive.


---

# 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:

```
GET https://docs.glesys.com/products/storage/archive-storage/how-tos/delete-an-archive.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.
