Delete Coupon
post
/2.0/product/delete_coupon
vendor_id
integerThe vendor ID identifies your seller account. This can be found in Developer Tools > Authentication.
>= 1
vendor_auth_code
stringThe vendor auth code is a private API key for authenticating API requests. This key should never be used in client side code or shared publicly. This can be found in Developer Tools > Authentication.
Match pattern:
[0-9a-f]+
coupon_code
stringIdentify the coupon to delete.
<= 300 characters
product_id
integerThe specific product/subscription ID.
>= 1
::::