---
title: "Detach a child org from Enterprise"
method: DELETE
path: "/v1/enterprise/account/{accountId}"
tags: ["Enterprise"]
---

# Detach a child org from Enterprise

`DELETE /v1/enterprise/account/{accountId}`

Detaches a child organization from the enterprise. The child organization is not deleted and can continue to work afterwards.

## Path parameters

- `accountId` string, required — Account number of the organization

## Response `200`

The child org was removed successfully, a simple status is returned.

- object
  - `account` string — Account number of the organization

## Other responses

- `400` — Invalid body
- `409` — Account enterprise id mismatch

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
