> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/orders/your-orders/delete-an-order.md).

# Delete an Order

To delete an order for any reason:

1. Login to your freewebstore control panel.
2. Go to **Orders > List All Orders.**
3. **View** the order you wish to delete.
4. On the right of your screen will be a number of panels. Locate the panel labeled **Actions.**
5. Within the **Actions** panel, at the bottom, you will notice some text in red that reads **"Delete Order"**, click this text.
6. You will then be asked to confirm the order by entering a random word into the field provided.
7. Click **Delete.**

{% hint style="danger" %}
Once you have deleted your order, there is no way to restore this information. So please make sure that when you are deleting your orders, you do not need them at all. Once they are gone, they are gone forever!
{% 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:

```
GET https://help.freewebstore.com/orders/your-orders/delete-an-order.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.
