Skip to main content
POST
Downgrade an Enterprise org to Premium without resubscribing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization identifier.

Example:

"org-abc123"

Body

application/json
tier
enum<string>
required

Target tier for the downgrade. Premium is the only valid downgrade target.

Available options:
Premium
Example:

"Premium"

Response

Downgraded; returns { downgraded, tier, stripeSubscriptionId }.