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

# Delete a team

`DELETE /teams/{id}`

Deletes the team with the specified ID.

## Path parameters

- `id` string, required

## Response `204`

Team deleted successfully.

## Other responses

- `400` — Bad Request
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
