curl -X DELETE \
/coupons/{id} \
--header "Authorization: Bearer <token>"
Delete a coupon.
Required permissions:coupon:write
curl -X DELETE \
/coupons/{id} \
--header "Authorization: Bearer <token>"
Value for the Authorization header parameter.
Coupon identifier
Coupon resource deleted
Was this page helpful?