---
title: "Delete teams"
method: DELETE
path: "/v1/teams"
tags: ["Teams"]
---

# Delete teams

`DELETE /v1/teams`

Deletes one or more teams. Any deleted teams will be automatically removed from all mail items they are assigned to.

## Headers

- `x-api-key` string, required

## Request body

- DeleteTeamsRequestBody
  - `teams` object[], required
    - `id` string, required

## Response `200`

Success

- SuccessResponseBody
  - `success` true, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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