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

# Delete a team

`DELETE /teams/{id}`

## Path parameters

- `id` string, required

## Request body

- TeamsPostRequest
  - `team` object
    - `automatically_calculate_team_members_count` boolean

## Response `204`

No content - operation successful

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/bfbe6f6d74a1/schema)
