> For the complete documentation index, see [llms.txt](https://docs.bunny.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/guide/tour/quoting/undoing-a-quote.md).

# Undoing a quote

Mistakes happen. If you have applied a quote and want to reverse the changes, you can use the Undo action from the quote's `...` menu.

Undoing a quote will reverse the changes to any subscriptions created or updated, but you will have to sort out the invoices manually. The reason for this invoices can be in all kinds of different states; due, paid, processing, pending, etc that it becomes too risky and opaque if Bunny tries to revert everything. And it some cases it may not even be possible.

Note that you can only undo the last applied quote. Once that has been undo, you can undo the quote that was applied just before it etc.


---

# 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.bunny.com/guide/tour/quoting/undoing-a-quote.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.
