Coupons
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.