Skip to main content
DELETE
/
payment-coupons
/
{paymentCoupon}
Delete payment coupon
curl --request DELETE \
  --url https://app.dilli.studio/api/v1/payment-coupons/{paymentCoupon} \
  --header 'X-Api-Key: <api-key>'
Use the API Playground below to send this request with your X-Api-Key. Deleting removes the coupon and its limits.

Authorizations

X-Api-Key
string
header
required

Path Parameters

paymentCoupon
string
required

Response

204

No Content