Organization API: Organizations & Members: Deletion
The 1 Organization API operations for deletion.
Part of Organizations & Members.
Operations
Section titled Operations| 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 wayGET /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.
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |