Documentation Index
Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
Use this file to discover all available pages before exploring further.
| HTTP status | 409 Conflict |
| Error code | subscription_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 usePUT /v1/organizations/{orgId}/billing/subscription; to cancel use POST /v1/organizations/{orgId}/billing/cancel.