provider POST /v1/subscription_schedules/{schedule}/release
@utdk/stripe /v1/subscription_schedules/{schedule}/release
Release a schedule
<p>Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is <code>not_started</code> or <code>active</code>. If the subscription schedule is currently associated with a subscription, releasing it will remove its <code>subscription</code> property and set the subscription’s ID to the <code>released_subscription</code> property.</p>
schedule path required
string

Try it

Authentication
Configure credentials for Stripe API
postsubscriptionschedulesschedulerelease
POST/v1/subscription_schedules/{schedule}/release
<p>Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is <code>not_started</code> or <code>active</code>. If the subscription schedule is currently associated with a subscription, releasing it will remove its <code>subscription</code> property and set the subscription’s ID to the <code>released_subscription</code> property.</p>

Parameters

required

Input

Specifies which fields in the response should be expanded.

Keep any cancellation on the subscription that the schedule has set

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postsubscriptionschedulesschedulerelease()