Skip to content
Coritan Docs

Organization API: Organizations & Members: Deletion

The 1 Organization API operations for deletion.

View as Markdown

Part of Organizations & Members.

Method Path Summary
GET /api/v1/orgs/{org_slug}/deletion Whether the owner can delete this organization now, and what is in the way

Whether the owner can delete this organization now, and what is in the way

Section titled Whether the owner can delete this organization now, and what is in the way

GET /api/v1/orgs/{org_slug}/deletion

Whether the owner can delete this organization now, and what is in the way.

Owner only. blockers names each live product the organization still holds (app.services.org_deletion.PRODUCT_CHECKS: customer services, DNS zones, mail tenants, ...), with count, a hint saying how it ends and the owner console tab where the owner can end it themselves, when there is one. An empty list is deletable: true: DELETE will succeed.

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.