---
title: "Delete team"
method: DELETE
path: "/api/v2/teams/{teamKey}"
tags: ["Teams"]
---

# Delete team

`DELETE /api/v2/teams/{teamKey}`

Delete a team by key. To learn more, read [Deleting teams](https://launchdarkly.com/docs/home/account/delete-teams).

## Path parameters

- `teamKey` string, string, required — The team key

## Response `204`

Action succeeded

## Other responses

- `401` — Invalid access token
- `404` — Invalid resource identifier
- `429` — Rate limited

---

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