---
title: "Delete an Organization"
method: DELETE
path: "/v1/organizations/{id}"
tags: ["Organizations API"]
---

# Delete an Organization

`DELETE /v1/organizations/{id}`

Use this endpoint to delete an Organization. The Organization will remain in our records and appear in the [List Organizations](/en/reference/midaz/list-organizations) and [Retrieve an Organization](/en/reference/midaz/retrieve-an-organization) endpoint responses, with the `deletedAt` field showing the deletion date.

## Path parameters

- `id` string, uuid, required

## Headers

- `Content-Type` string
- `X-Request-Id` string, uuid
- `Authorization` string

## Response `204`

Indicates that the resource was successfully deleted.

## Other responses

- `400`
- `401` — Unauthorized
- `403` — Forbidden — the action is not permitted in the current environment (e.g. delete is disabled in production).
- `404`
- `500` — Internal Server Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
