> For the complete documentation index, see [llms.txt](https://docs.kumu.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kumu.io/frequently-asked-questions/how-do-i-delete-a-project-map-or-view.md).

# How do I delete a project, map, or view?

{% hint style="danger" %}
Please note: projects, maps and views cannot be restored once deleted. Before you start: [Learn how to create a full project backup](/guides/import/blueprints.md#project-backups)
{% endhint %}

## Delete a project

1. Click on the hamburger menu in the top-left corner of your map to go to your [Project Settings](/overview/user-interfaces/settings.md#project-settings).
2. Click on Admin
3. Choose "Delete project"

## Delete a map

There's three ways to delete a map:

* Click on the first dropdown in the top-left corner, hover over a map title and and click on the Trash icon off to the right.&#x20;
* Right-click on your map > click on Map > choose "Delete map".
* Click on the three dots in the top-right corner of the map sidebar to go to [Map Settings](/overview/user-interfaces/settings.md#map-settings) > choose "Delete map". *If your map profile doesn't show, make sure to de-select any items in your map by clicking on a blank space in your map and/or click on the three dots in the center of the left side of your map*.

## Delete a view

There's three ways to delete a view:

* Click on the second dropdown in the top-left corner, hover over a view title and and click on the Trash icon off to the right.
* Right-click on your map > click on View > choose "Delete view".
* Click the Settings button on the right side of your map to open the Basic Editor > click on the three dots in the top-right corner for your [View Settings](/overview/user-interfaces/settings.md#view-settings) > choose "Delete view".


---

# 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://docs.kumu.io/frequently-asked-questions/how-do-i-delete-a-project-map-or-view.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.
