# 2025-11-13: Coupon Service - removal of deprecated endpoints

## Overview

All previously deprecated endpoints are now removed ([2025-03-28: Coupon Service - deprecations](/changelog/archive/changelog-2025/2025-03-28-coupon-deprecations.md)).

## Removed endpoints & fields

| Endpoint                                                                                                                                                                                                          | Description                                                                                               |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [Retrieving list of coupons by criteria](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management)                                                    | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Creating a new coupon](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#post-coupon-tenant-coupons)                                          | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Retrieving information about particular coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#get-coupon-tenant-coupons-code)     | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Updating the coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#put-coupon-tenant-coupons-code)                                | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Partially updating the coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#patch-coupon-tenant-coupons-code)                    | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Deleting a coupon by code](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#delete-coupon-tenant-coupons-code)                               | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Validating redeemability of a coupon](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-validation)                                                      | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Retrieving a list of redemptions by criteria](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-redemption)                                              | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Redeeming the coupon by creating a redemption](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-redemption#post-coupon-tenant-coupons-code-redemptions) | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Retrieving a coupon redemption](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#get-coupon-tenant-coupons-code-redemption)                  | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |
| [Deleting a coupon redemption](https://developer.emporix.io/api-references/api-guides/rewards-and-promotions/coupon/api-reference/coupon-management#delete-coupon-tenant-coupons-code-redemption)                 | Endpoint previously available under the `/coupon-v2/` path is now available only on `/coupon/` base path. |

## Known problems

There are no known problems.


---

# 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://developer.emporix.io/changelog/archive/changelog-2025/2025-11-13-coupon.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.
