Skip to main content
HTTP status409 Conflict
Error codesubscription_not_canceled

What happened

POST /v1/organizations/{orgId}/billing/subscription/resume was called on an organization whose subscription is not in the CANCELED state. The resume endpoint only reverts a scheduled cancellation — there is nothing to revert here.

How to fix

No action is needed: the subscription is already active. To switch plans use PUT /v1/organizations/{orgId}/billing/subscription; to cancel use POST /v1/organizations/{orgId}/billing/cancel.