---
title: "Remove team"
method: DELETE
path: "/v1/teams/{id}"
tags: ["Team"]
---

# Remove team

`DELETE /v1/teams/{id}`

Soft-deletes a team and all associated data (rates, tags, projects, etc). Only team owners can delete teams.

## Path parameters

- `id` string, required

## Response `200`

Team successfully deleted

## Other responses

- `401` — Not authorized to delete this team
- `404` — Team not found

---

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