> For the complete documentation index, see [llms.txt](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/user/delete-user-coupon.md).

# Delete User Coupon

The `DELETE /user/coupons/{id}/` endpoint allows the user to delete a specific coupon from their account.

**Parameters**

| **Parameter** | **Type** | **Location** | **Description**                                              |
| ------------- | -------- | ------------ | ------------------------------------------------------------ |
| `id`          | Integer  | Path         | A unique integer value identifying the coupon to be deleted. |

**Responses**

| **Code** | **Description**                                   |
| -------- | ------------------------------------------------- |
| `204`    | No Content - The coupon was successfully deleted. |

***

**Example Request**

```http
DELETE /user/coupons/123/
```

**Example Response**

**Status Code**: 204
