---
title: "Delete team details"
method: DELETE
path: "/api/v1/team/{team_id}"
tags: ["Team"]
---

# Delete team details

`DELETE /api/v1/team/{team_id}`

Delete details of a specific team by ID

## Path parameters

- `team_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `201` — Resource created successfully.
- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/060ef67e573a/schema)
