---
title: "Delete a team and all associated resources"
method: DELETE
path: "/v4/admin/teams/{team_id}"
tags: ["v4", "Admin"]
---

# Delete a team and all associated resources

`DELETE /v4/admin/teams/{team_id}`

## Path parameters

- `team_id` union, required
  - string, uuid
  - string

## Response `204`

Success

## Other responses

- `401` — Auth Invalid Token
- `403` — Forbidden Insufficient Permissions
- `404` — Resource Not Found
- `409` — Resource Conflict
- `422` — Validation Failed
- `426` — Business Quota Exceeded
- `500` — Internal Error

---

[API](https://skmtc.dev/definite/apis/defapi.md) · [All operations](https://skmtc.dev/definite/apis/defapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/definite/defapi/revisions/3943d8deb3be/schema)
