Organizations
Preview permanent Organization deletion
Lists every owned Workspace, the local Paddle state, pending external work, access effects, retained evidence, irreversible loss, and every current blocker. Only the current Organization Owner can inspect it.
GET
/organizations/{id}/deletion-previewAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Organization ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/organizations/string/deletion-preview"{ "$schema": "https://example.com/api/v1/schemas/OrganizationDeletionPreview.json", "access_effects": [ "organization_memberships" ], "billing_state": "string", "blockers": [ { "code": "string", "message": "string" } ], "irreversible_loss": [ "workspaces" ], "organization_id": "string", "organization_name": "string", "pending_work": { "pending_cleanup_jobs": 0, "pending_jobs": 0, "pending_provider_writes": 0 }, "recovery_possible": true, "retained": [ "required_audit_evidence" ], "workspaces": [ { "workspace_id": "string", "workspace_name": "string" } ]}