> For the complete documentation index, see [llms.txt](https://ajuda.agilizapedido.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.agilizapedido.com/painel-de-pedidos/cancelando-um-pedido.md).

# Cancelando um pedido

Os pedidos podem ser cancelados a qualquer momento antes de ser finalizado.

Para cancelar um pedido, entre nos detalhes dele dentro do seu painel de pedidos e clique no botão vermelho.

{% hint style="info" %}
O pedido só pode ser cancelado após aprovado. Antes disso será uma recusa. [Saiba mais](/painel-de-pedidos/recusando-um-pedido.md)
{% endhint %}

![Detalhes de um pedido](/files/-MIoSqFsVpAkX0khqd2_)

Após isso você vai precisar informar qual o motivo do cancelamento, e depois ele já estará cancelado.

{% hint style="danger" %}
Atenção: essa ação não pode ser desfeita
{% 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://ajuda.agilizapedido.com/painel-de-pedidos/cancelando-um-pedido.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.
