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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
"org-abc123"
Body
Target tier for the downgrade. Premium is the only valid downgrade target.
Premium "Premium"
Response
Downgraded; returns { downgraded, tier, stripeSubscriptionId }.
Related topics
Upgrade a Premium org to Enterprise without resubscribingAPI error codesPlans & BillingOrganizationsCreate a tier-plan Stripe checkout