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

# Delete organization

`DELETE /v1/organization`

Permanently deletes the authenticated organization. This action cannot be undone.

## Response `200`

Organization deleted successfully

- object
  - `success` boolean — Indicates successful deletion
  - `deletedOrganization` object
    - `id` string — The deleted organization ID
    - `name` string — The deleted organization name
  - `authType` 'api-key' | 'session' — How the request was authenticated

## Other responses

- `401` — Unauthorized - Invalid authentication or insufficient permissions
- `404` — Organization not found

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/versions/726b9523fb22/schema)
