Cancel a user's Stripe subscription

Cancels a user's Stripe subscription

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
path Parameters
externalId
required
string

The ID of the Stripe subscription to cancel.

Responses
200

OK

403

Forbidden

404

Cannot find the subscription.

409

Subscription was already cancelled

delete/blaize/payment/stripe/subscriptions/{externalId}