---
title: "Delete organization"
method: DELETE
path: "/v1/org"
tags: ["Organizations"]
---

# Delete organization

`DELETE /v1/org`

Permanently deletes the active organization and its organization-scoped data. Owners must have a fresh privileged session.

## Response `200`

Organization deleted successfully.

- DeleteOrganizationResponse
  - `ok` true, required
  - `organization` object, required
    - `id` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `name` string, required

## Other responses

- `401` — The caller must be signed in to delete an organization.
- `403` — Only workspace owners with a fresh privileged session can delete organizations.
- `404` — The organization could not be found.

---

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