---
title: "Delete business unit"
method: DELETE
path: "/api/governance/business-units/{id}"
tags: ["Governance"]
---

# Delete business unit

`DELETE /api/governance/business-units/{id}`

Deletes a business unit. Any teams assigned to it are atomically unassigned
as part of the deletion.

## Path parameters

- `id` string, required

## Response `200`

Business unit deleted successfully

- MessageResponse — Simple message response
  - `message` string

## Other responses

- `404` — Business unit not found
- `500` — Internal server error

---

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