Delete a coupon
DELETE
/v1/coupons/{coupon} https://api.stripe.com/
Parameters
path Path Parameters
| Name | Type |
|---|---|
coupon
required
| string |
Request Body
application/x-www-form-urlencoded
{}
Responses
200 application/json
Successful response.
interface DeletedCoupon {
deleted: true;
id: string;
object: "coupon";
}
deleted: true;
id: string;
object: "coupon";
}
default application/json
Error response.
interface Error {
error:ApiErrors ;
}
error:
}