---
title: "POST /api/delete-organization"
method: POST
path: "/api/delete-organization"
tags: ["Organization API"]
---

# POST /api/delete-organization

`POST /api/delete-organization`

delete organization

## Request body

- ObjectOrganization
  - `accountItems` ObjectAccountItem[]
    - `modifyRule` string
    - `name` string
    - `viewRule` string
    - `visible` boolean
  - `countryCodes` string[]
  - `createdTime` string
  - `defaultApplication` string
  - `defaultAvatar` string
  - `displayName` string
  - `enableSoftDeletion` boolean
  - `favicon` string
  - `initScore` integer
  - `isProfilePublic` boolean
  - `languages` string[]
  - `masterPassword` string
  - `mfaItems` ObjectMfaItem[]
    - `name` string
    - `rule` string
  - `name` string
  - `owner` string
  - `passwordOptions` string[]
  - `passwordSalt` string
  - `passwordType` string
  - `tags` string[]
  - `themeData` ObjectThemeData
    - `borderRadius` integer
    - `colorPrimary` string
    - `isCompact` boolean
    - `isEnabled` boolean
    - `themeType` string
  - `websiteUrl` string

## Response `200`

The Response object

---

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