Delete a specific CouponCode
DELETE/coupon/:guid/codes/:code_guid
Soft deletes a specific CouponCode from a Coupon.
Request​
Responses​
- 204
- 403
- 404
- 409
- 500
CouponCode deleted.
Unauthorized. You do not have permission to manage the Coupon.
Coupon or CouponCode not found.
Deleting a CouponCode that is already used is not possible.
Internal server error. Deleting the CouponCode failed.