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

# Delete a Team

`DELETE /v3/teams/{teamId}`

Delete a team, the authenticated user must be the "Administrator" of the team.

When a team is delete all the members of the team will be removed from the TeamUserRelation model.

## Response `200`

OK

## Other responses

- `401` — Error Response
- `404` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-teams.md) · [All operations](https://skmtc.net/wri/apis/fw-teams/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-teams/revisions/9e208e657f30/schema)
