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

# Delete Organization

`DELETE /v0/organizations/{organization_id}`

Delete an organization.

Requires org:delete permission (typically only Owner role has this).
This will also delete all associated data (projects, members, etc.).

## Path parameters

- `organization_id` integer, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
