Stripe Coupon delete

I want to make a call to Stripe to delete a coupon code. i did this


but this is the answer:
There was an issue setting up your call.

Raw response for the API
Status code 404
{
“error”: {
“message”: “Unrecognized request URL (DELETE: /v1/coupons). Please see Stripe Documentation or we can help at Stripe: Help & Support”,
“type”: “invalid_request_error”
}
}

Hey @lorenzo.marin92,

The coupon ID should go into the URL

So for example: https://api.stripe.com/v1/coupons/[Coupon ID]