---
title: "POST /api/auth/delete-organization"
method: POST
path: "/api/auth/delete-organization"
tags: ["cloudAuth"]
---

# POST /api/auth/delete-organization

`POST /api/auth/delete-organization`

## Request body

- object
  - `confirmName` string, required

## Response `200`

Success

- object
  - `success` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — NoOrganization | OrganizationDeletionForbidden
- `500` — UserStoreError | WorkOSError

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-08-28** `1e1ddf571b49` — 2 info
  - added the required property `anyOf[#/components/schemas/UserStoreError]/operation` to the response with the `500` status
  - added the required property `anyOf[#/components/schemas/UserStoreError]/reason` to the response with the `500` status

[Change history](https://skmtc.dev/executor/apis/executor-api/changes/api/auth/delete-organization/post.md)

---

[API](https://skmtc.dev/executor/apis/executor-api.md) · [All operations](https://skmtc.dev/executor/apis/executor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/executor/executor-api/revisions/03ae66214fb3/schema)
