provider POST /v1/billing/alerts/{id}/deactivate
@utdk/stripe /v1/billing/alerts/{id}/deactivate
Deactivate a billing alert
<p>Deactivates this alert, preventing it from triggering.</p>
id path required
string

Try it

Authentication
Configure credentials for Stripe API
postbillingalertsiddeactivate
POST/v1/billing/alerts/{id}/deactivate
<p>Deactivates this alert, preventing it from triggering.</p>

Parameters

required

Input

Specifies which fields in the response should be expanded.

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.postbillingalertsiddeactivate()