curl --request DELETE \
--url https://api.hyperline.co/v1/coupons/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete an existing coupon.
curl --request DELETE \
--url https://api.hyperline.co/v1/coupons/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Was this page helpful?