# Organization API: Organizations & Members: Deletion

> The 1 Organization API operations for deletion.

Source: https://docs.coritan.com/api/reference/organizations/organizations-members/deletion/

Part of [Organizations & Members](/api/reference/organizations/organizations-members/).

## Operations

| Method | Path | Summary |
| --- | --- | --- |
| GET | [`/api/v1/orgs/{org_slug}/deletion`](#op-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 {#op-get-api-v1-orgs-org-slug-deletion}

`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.

#### Parameters

| Name | In | Type | Required |
| --- | --- | --- | --- |
| `org_slug` | path | string | yes |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |
