Downgrade an Enterprise org to Premium without resubscribing
Billing
Downgrade an Enterprise org to Premium without resubscribing
Swaps the active Stripe subscription item to the Premium USD/month price with prorated billing. The webhook handler picks up the new tier from customer.subscription.updated; this call also pre-shrinks published agents/plans so the org fits Premium caps immediately. Requires a Nevermined API key. Requires organization admin privileges.
POST
Downgrade an Enterprise org to Premium without resubscribing
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Example:
"org-abc123"
Body
application/json
Target tier for the downgrade. Premium is the only valid downgrade target.
Available options:
Premium Example:
"Premium"
Response
Downgraded; returns { downgraded, tier, stripeSubscriptionId }.