> For the complete documentation index, see [llms.txt](https://support.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidents.cloud.solarwinds.com/manage-teams/create-and-delete-teams.md).

# Create and Delete Teams

This document will walk you through how you can create a new Team or delete an existing Team.

### Create a Team <a href="#create-a-team" id="create-a-team"></a>

1. Navigate to **Settings** -> **Teams** from the secondary navigation menu.

<figure><img src="/files/iOqTJwcAUIjiJY2V9bCk" alt="how to add team in Squadcast" width="563"><figcaption></figcaption></figure>

3\. Click on the <mark style="color:red;">`plus (+)`</mark> button and enter the suitable <mark style="color:red;">`Name`</mark> for the new Team.

<figure><img src="/files/c8qhL6cLXCVKUcWXXNVh" alt="" width="188"><figcaption></figcaption></figure>

4\. Click on **Create**

<figure><img src="/files/t6zpwYAhtU7RIwRWj8Bq" alt="" width="188"><figcaption></figcaption></figure>

### Delete a Team <a href="#delete-a-team" id="delete-a-team"></a>

{% hint style="warning" %} <mark style="color:orange;">**Important:**</mark> Please be aware that deleting a Team is irreversible.
{% endhint %}

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>:

1. In organizations with Owner Based Access Control enabled, only Team Owners have the authority to delete a team.

2. For organizations with Role-Based Access Control, users with the Manage Team role can delete the team.
   {% endhint %}

3. Navigate to **Settings** -> **Teams,** and select the *Team* you want to delete.

<figure><img src="/files/iOqTJwcAUIjiJY2V9bCk" alt="How to delete a team account Squadcast" width="563"><figcaption></figcaption></figure>

In this example, we are deleting the <mark style="color:red;">`Testing Team`</mark>.

3\. Click on **Settings** from the horizontal menu and enable the <mark style="color:red;">`Delete Testing Team`</mark> checkbox.

4\. Click on the **Delete Testing Team** button.

<figure><img src="/files/pwIlCQm4WW7fLmDGzyyL" alt="How to delete a team in Squadcast" width="563"><figcaption></figcaption></figure>

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.incidents.cloud.solarwinds.com/manage-teams/create-and-delete-teams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
