Delete an Offer Linked to a Subscription
Remove an Offer from a Subscription from the Razorpay Dashboard.
You can delete an offer linked to a Subscription from the Dashboard or using APIs. The invoices generated after the offer is deleted will be charged in full.
Watch this video to see how to delete an offer linked to a Subscription from the Razorpay Dashboard.
To delete an offer linked to a Subscription:
-
Log in to the
and click Subscriptions under PAYMENT PRODUCTS in the left menu. -
Click on the Subscription Id for which you want to update the offer.
-
Click Remove against Offer.
Watch Out!
The offer will be removed from the Subscription only at the end of the cycle. It is not possible to remove an offer linked to a Subscription immediately.
-
Click Yes, Remove.
You can delete an offer linked to a Subscription using this API.
curl -u [YOUR_KEY_ID]:YOUR_KEY_SECRET] \-X DELETE https://api.razorpay.com/v1/subscriptions/sub_00000000000001/offer_JHD834hjbxzhd38d \
Refer to the
for more information.- .
- .
- .
- .
Was this page helpful?