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
string
required
The Crovver subscription ID
Request Body
string
required
The external tenant ID from your application. Used to verify the subscription belongs to this tenant.
string
required
Cancellation reason. One of:
too_expensive, missing_features, switching_provider, not_using, otherstring
Optional free-text feedback from the user
Authentication
Requires a secret key (Authorization: Bearer sk_live_...) or service key (x-service-key).