---
title: "Delete team"
method: DELETE
path: "/teams/{team_id}"
---

# Delete team

`DELETE /teams/{team_id}`

Delete a non-imported team

## Path parameters

- `team_id` integer, required

## Response `204`

The team has successfully been deleted.

## Other responses

- `400` — Imported teams cannot be deleted.
- `404` — Team not found.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
