# Delete an Order

Deleting orders is essential for maintaining a clutter-free workspace and ensuring that only relevant and active orders are visible to users. This feature helps streamline order management and improves overall workspace efficiency by removing obsolete or completed orders from the system.

## Pre-condition to Use the Feature:&#x20;

* Users must have an active account on AgencyHandy and be logged in.&#x20;
* Users must be Super Admin/ Admin to delete orders.

### To Delete a Client's Order

### Steps to Use:

* **Log in to AgencyHandy:** Access your AgencyHandy account using your credentials.&#x20;
* **Navigate to Orders:** Locate the "Orders" section in the dashboard menu.&#x20;
* **Select Order to Delete:** Choose the specific order you want to delete from the list of orders.&#x20;
* **Initiate Deletion:** Look for an option to delete the order (e.g., a trash bin icon) and click on it.&#x20;
* **Confirmation:** Confirm the order's deletion. This action permanently removes the order from the system and cannot be undone.&#x20;
* **Review and Manage Orders:** After deleting the order, review and manage the remaining orders in the system as needed.

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

### Important Notes:

* Once an order is deleted, you can't undo the action. So, do this action with precaution.


---

# Agent Instructions: 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.agencyhandy.com/english/agencyhandy-user-guide-for-agency/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.
