---
title: "DELETE /api/teams/{team_id}/"
method: DELETE
path: "/api/teams/{team_id}/"
tags: ["Teams"]
---

# DELETE /api/teams/{team_id}/

`DELETE /api/teams/{team_id}/`

Deletes a team if the authorized user is in the team's workspace. All the related children (e.g. subjects) are also going to be deleted.

## Path parameters

- `team_id` integer, required

## Headers

- `ClientSessionId` string, uuid

## Response `204`

No response body

## Other responses

- `400`
- `404`

---

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