# Cancel a booking

A booking can be cancelled when the status is one of the following;

* Quote
* Pending Request
* Confirmed

{% hint style="info" %}
If a booking is active please use the "[ending a booking](/bookings/lifecycle-of-a-booking/ending-a-booking.md)" option. &#x20;
{% endhint %}

### How to cancel a booking

1. Go to the booking
2. Click "Cancel Booking" in the top right
3. Select or create a new reason for cancelling
4. Click "Cancel booking" to confirm

<figure><img src="/files/PJH1hz6h43nl5b5QUVin" alt=""><figcaption><p>Cancel a booking</p></figcaption></figure>

When a booking is confirmed any future **draft** invoices will be marked as void and cancelled.  Any invoice that has already been Issued will remain as issued as well as any payments.  If you wish to refund the customer please go to each invoice to refund and void.


---

# 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.loopit.co/bookings/lifecycle-of-a-booking/cancel-a-booking.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.
