---
title: Delete
url: https://www.tines.com/docs/api/teams/delete/
updated: 2024-07-11T08:52:57+00:00
description: Delete a team or case group.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Teams](https://www.tines.com/llm/docs/api/teams.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/teams/delete/)*

## Description

Delete a team or case group.

## Request

HTTP Method: **DELETE**

| Parameter | Description                   |
| --------- | ----------------------------- |
| team_id   | The ID of the team to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/teams/<<team_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
