Subscriptions
Cancel Subscription
Cancel an active subscription.
POST
Cancels a subscription. For recurring (Stripe-managed) subscriptions, the status moves to
pending_cancel and access continues until the end of the current billing period. For manual billing subscriptions, the status moves to canceled immediately.
Path Parameters
The Crovver subscription ID
Request Body
The external tenant ID from your application. Used to verify the subscription belongs to this tenant.
Cancellation reason. One of:
too_expensive, missing_features, switching_provider, not_using, otherOptional free-text feedback from the user
Authentication
Requires a secret key (Authorization: Bearer sk_live_...) or service key (x-service-key).