logoSellhub
Coupons
background
Sellhub Docs
Sellhub Docs
Delete Coupon
DELETE
/products/coupons/{id}

Authorization

Authorization<token>

In: header

Path Parameters

idRequiredstring

Generic ID path parameter

curl -X DELETE "https://dash.sellhub.cx/api/sellhub/products/coupons/<string>" \
  -H "Authorization: <token>"

Coupon deleted successfully

{
  "success": "Coupon deleted successfully"
}