Coupons
Delete a coupon
This endpoint is used to delete a coupon.
DELETE
/
coupons
/
{code}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
code
string
requiredUnique code used to identify the coupon.
Response
200 - application/json
coupon
object
requiredWas this page helpful?