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

# Delete Team

`DELETE /teams/{team_id}`

Delete a team.

Only the team owner can delete a team.

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- TeamDeleteResponse — Response model for deleting a team.
  - `success` boolean, required
  - `message` string, required
  - `team_id` string, required

## Other responses

- `422` — Validation Error

---

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