# How to Delete a Board

{% hint style="warning" %} <mark style="color:red;">Warning! When you delete your profile, everything associated with it will be destroyed. Monitors, notifications, and integrations that were set up will be destroyed.</mark>&#x20;
{% endhint %}

1. **Open Account Settings → Manage Boards**\
   Click on your company name in the sidebar and select **Manage Boards**.
2. **Locate the Board**\
   Find the board you want to delete in the list.
3. **Click the Trash Icon**\
   Next to the board name, click on the **Trash icon**.
4. **Confirm Deletion**\
   A confirmation pop-up will appear. Click **Delete** to confirm.

<figure><img src="/files/nSaS1pzba4m1muE5Kk2E" alt=""><figcaption></figcaption></figure>

If you have any questions or need assistance, reach out via chat or email us at **<support@isdown.app>** — we’re here to help.

***

**Related Articles**

* [**How to Add a New Board**](https://help.isdown.app/profiles/how-to-add-a-new-profile)
* [**How to Update a Board's Time Zone**](https://help.isdown.app/profiles/how-to-update-your-profiles-time-zone)
* [**How to change the name of a Board**](https://help.isdown.app/profiles/how-to-change-the-name-of-a-profile)


---

# Agent Instructions: 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:

```
GET https://help.isdown.app/boards/how-to-delete-a-board.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
