---
title: "Delete a team"
method: DELETE
path: "/teams/{id}"
tags: ["organization"]
---

# Delete a team

`DELETE /teams/{id}`

## Path parameters

- `id` integer, required

## Response `204`

team deleted

## Other responses

- `404` — APINotFound is a not found empty response

---

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