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

# Delete Team

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

Delete a team record by team_id (must be a valid UUID).

## Path parameters

- `team_id` string, uuid, required

## Headers

- `x-api-key` string, nullable
- `League` string, nullable

## Response `200`

Successful Response

- TeamDeleteResponse — Response schema for team delete operation.
  - `success` boolean, required — Whether the operation was successful
  - `message` string, required — Status message
  - `deleted_count` integer, required — Number of records deleted

## Other responses

- `422` — Validation Error

---

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