# Soft Delete

#### Function

Removes an order from all visible history without affecting sales and reports.

#### When to Use

For removing test orders.

#### Confirmation

A confirmation pop-up will display: *"Confirm Soft Deletion: Please confirm that you want to soft delete this order, this means that you will not find it in your order history and any stock changes will be reverted. This functionality should only be used to remove test orders as BossIT will still contain a log of these orders."*

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


---

# 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.bossithq.com/pos/order-modification/details/soft-delete.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.
