v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBCoupons
Delete a coupon
Permanently deletes a coupon by its path identifier.
Warning: A coupon cannot be deleted while it has active codes. Remove all codes first using DELETE /coupons/{coupon_id}/codes, then delete the coupon.
delete/coupons/{coupon_id}
Path parameters
coupon_idstring required
The unique path identifier for the coupon.
Response
Coupon successfully deleted.
Example response
{
"coupon": "summer-sale-2026",
"action": "delete coupon",
"result": "success"
}