---
title: "DeleteTeam"
method: DELETE
path: "/teams/{team_slug}"
tags: ["Teams"]
---

# DeleteTeam

`DELETE /teams/{team_slug}`

Delete a team.

Returns:
    Redirect to teams list page.

## Path parameters

- `team_slug` string, required — The team slug.

## Other responses

- `303` — Object moved -- see Method and URL list
- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/litestar-org/apis/app.md) · [All operations](https://skmtc.net/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litestar-org/app/versions/461f3baecebb/schema)
