Delete User Coupon

DELETE /user/coupons/{id}/

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

DELETE /user/coupons/123/

Example Response

Status Code: 204

Last updated