---
title: "Delete a team"
method: DELETE
path: "/teams/{id}"
tags: ["Teams"]
---

# Delete a team

`DELETE /teams/{id}`

Soft-deletes a team by ID.

## Path parameters

- `id` integer, required — Team ID

## Response `204`

Team deleted

## Other responses

- `401` — Authentication failed. The API key is missing or invalid.
- `404` — Team not found
- `429` — Rate limit exceeded. Retry after the X-RateLimit-Reset interval.

---

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