---
title: "DELETE /team/{team_id}"
method: DELETE
path: "/team/{team_id}"
tags: ["team"]
---

# DELETE /team/{team_id}

`DELETE /team/{team_id}`

## Path parameters

- `team_id` string, uuid, required

## Response `200`

Team deleted successfully

- DeleteTeamResponse
  - `success` boolean, required

## Other responses

- `403` — Forbidden - user not owner of team
- `404` — Team not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
