🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/coupons/{id} \
--header 'Authorization: Bearer <token>'{
"data": {}
}Deletes a coupon, or deactivates it when invoices already reference it.
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/coupons/{id} \
--header 'Authorization: Bearer <token>'{
"data": {}
}