Subscriptions
Delete an offer from a subscription
Remove an applied offer/coupon from a subscription. The offer will no longer apply from the next billing cycle.
delete/subscriptions/{sub_id}/{offer_id}
Path parameters
sub_idstring required
Subscription ID (sub_*).
offer_idstring required
Offer ID to remove.
Response
Offer removed from subscription.
object required
Empty object on success.