---
title: "Delete team"
method: DELETE
path: "/v1/teams/{teamId}"
tags: ["Teams"]
---

# Delete team

`DELETE /v1/teams/{teamId}`

Deletes a team and removes its related team-membership records.

## Path parameters

- `teamId` string, typeid, required

## Response `204`

Team deleted successfully.

## Other responses

- `400` — The team deletion path parameters were invalid.
- `401` — The caller must be signed in to delete teams.
- `403` — Only workspace owners and admins can delete teams.
- `404` — The team or organization could not be found.

---

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