---
title: "Admin Delete Team"
method: DELETE
path: "/admin/teams/{team_id}"
tags: ["admin"]
---

# Admin Delete Team

`DELETE /admin/teams/{team_id}`

Deletes one admin team. Its workspace assignments cascade away; the
workspaces themselves are untouched and become unassigned.

## Path parameters

- `team_id` string, uuid, required

## Response `200`

Successful Response

- AdminTeamDeletedResponse
  - `ok` boolean, required
  - `team_id` string, required

## Other responses

- `404` — Team not found
- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
