> For the complete documentation index, see [llms.txt](https://docs.loopit.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopit.co/billing/discount-coupons/removing-a-coupon.md).

# Removing a coupon

Coupons can be removed from a booking manually, or they may be removed automatically depending on how the discount was configured. This article covers both scenarios.

***

### Automatic Removal

In some cases, Loopit will remove a coupon from a booking automatically — no action is required.

**One-time coupons** are applied to the first billing cycle only. After that initial cycle, the discount is removed automatically and the booking reverts to its standard pricing.

**Limited recurring coupons** are applied for a set number of billing cycles as defined when the coupon was created. Once that limit is reached, the discount is removed automatically.

**Booking end** — when a booking concludes, any coupon associated with it is removed as part of the booking closure. Coupons are tied to active bookings and do not persist beyond them.

***

### Manual Removal

If you need to remove a coupon from an active booking before it would otherwise expire, you can do so by editing the booking.

1. Open the relevant booking.
2. Click **Edit Booking**.
3. Locate the applied coupon and click the **X** button next to it.
4. Click **Save** to confirm the changes.

The coupon will be removed and standard pricing will apply from the next billing cycle.

***

### Notes

* Removing a coupon from a booking does not delete the coupon itself from the Discounts module — it remains available to be applied to other bookings.
* If you are looking to disable a coupon entirely so it can no longer be redeemed, this is managed from **Settings > Discounts**. Refer to the **Creating a Coupon** article for more detail on coupon configuration.
* If you need to apply a coupon to a booking, refer to the **Applying a Coupon** article.


---

# 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.loopit.co/billing/discount-coupons/removing-a-coupon.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.
