---
title: "Delete the team entry"
method: DELETE
path: "/v2/teams/{team_id}"
tags: ["v2"]
---

# Delete the team entry

`DELETE /v2/teams/{team_id}`

Only the team's creator or a horde moderator can use this endpoint.
This action is unrecoverable!

## Headers

- `Client-Agent` string
- `apikey` string
- `X-Fields` string, mask

## Response `200`

Delete Team

- DeletedTeam
  - `deleted_id` string — The ID of the deleted team.
  - `deleted_name` string — The Name of the deleted team.

## Other responses

- `401` — Invalid API Key
- `403` — Access Denied
- `404` — Team Not Found

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/revisions/dfeb0bedd935/schema)
