#shrey - delete one subscription item
1 messages · Page 1 of 1 (latest)
The best way to do this would probably be a subscription schedule, unfortunately subscription items themselves don't have built-in functionality for this
How would I do this with subscription schedule? Create a schedule to cancel or create a schedule while subscribing and then update on cancel?
You can create a schedule from the existing subscription https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
This will create a schedule with 1 phase that has all of your subscription items. You would then update the schedule, set iterations on the first phase to 1 (which tells us to move to the next phase at the end of the current cycle), and add a second phase with all of the same items except the one you are removing.