---
title: "Delete an organization"
method: DELETE
path: "/organizations/{organization_id}"
tags: ["Organizations"]
---

# Delete an organization

`DELETE /organizations/{organization_id}`

Deletes the given organization.
Please note that deleting an organization will also delete all memberships and invitations.
This is not reversible.

After the organization is deleted, any user's active sessions that contain the deleted
organization will be cleared.

## Path parameters

- `organization_id` string, required

## Response `200`

Deleted Object

- DeletedObject
  - `object` string, required
  - `id` string
  - `slug` string
  - `deleted` boolean, required
  - `external_id` string

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.net/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/versions/cf036e7951d3/schema)
