Coupons deletion

Hi, I have a lot of coupons that were already redeemed and I need to delete them. What’s the best way to do that?

Hi,

Yes, Identify the coupon code and use this endpoint to remove the coupon.

Here’s the example request:

 curl -i -X DELETE \
  'https://api.emporix.io/coupon-v2/{tenant}/coupons/{code}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

To see more info, check the API documentation for Coupon Service - API Reference.