> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/help-and-support/faqs/my-draft-or-quoted-order-has-been-deleted.md).

# My draft or quoted order has been deleted

In the Marketplace Platform, only one order per agreement can be processed at a time.

To avoid conflicts, any orders in [draft or quoted states](/modules-and-features/marketplace/orders/order-states.md) are deleted automatically when another order under the same agreement is processed. This ensures that no concurrent changes are made to subscription items and licenses.&#x20;

If your order has been deleted by the platform, you can find confirmation of its deletion in the **Audit trail** tab within the [order details page](/modules-and-features/marketplace/orders.md#subscription-details). The following image shows an example:&#x20;

<div data-with-frame="true"><figure><img src="/files/emrB4vIOcWUXvmHxbAP9" alt=""><figcaption><p>The Audit trail tab within the order details page displaying information for a deleted order.</p></figcaption></figure></div>

Once an order is deleted, it cannot be recovered, and no further action can be taken on that order.


---

# 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://docs.platform.softwareone.com/help-and-support/faqs/my-draft-or-quoted-order-has-been-deleted.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.
