# Cancelling Orders

You may cancel orders either via the Order Management panel or the Order Details panel of each order.

![](/files/tIcuNhM4SfJu9iSFaDAN)

When you set the Order Status to **Cancelled** we'll cancel the order and provide a pop-up asking if you want us to delete the calendar event associated with the order. Indicate **OK** to cancel the event or **Cancel** to not cancel the event.

![](/files/WV62qIKIfrYcuYkb8mdJ)

If you cancel the event, the user will receive a notification from their calendar provider letting them know the event was canceled.

{% hint style="info" %}
If in the future you need to recreate the calendar event, see our article on [that](/scheduling/changing-scheduling-details/create-calendar-event-after-postponing-or-cancelling.md).
{% endhint %}


---

# 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.getautonomo.com/order-management/cancelling-orders.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.
