> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/en/moasure-lx1/your-moasure-app/editing-your-floor-plan/delete-a-room.md).

# Delete a Room

You can remove rooms from your floor plan in several ways.

Moasure allows you to:

* Delete the **last room measured**
* Delete a **specific room** from the Rooms list
* Delete a room **directly from the canvas**

Rooms that other rooms depend on cannot be deleted until those connected rooms have been removed.

***

### Delete the Last Room Measured

To remove the most recently measured room:

1. Open **Rooms**
2. Tap **Delete Last Room**
3. Tap **Confirm**

The last room added to the floor plan will be removed.

***

### Delete a Specific Room from the Rooms List

To delete a particular room from the Rooms list:

1. Open **Rooms**
2. Locate the room you want to remove
3. Tap the horizontal **three-dot menu** beside the room
4. Tap **Delete**
5. Tap **Confirm**

The selected room will be removed.

If **Delete** appears greyed out or cannot be selected, the room has connected rooms that must be removed first.

***

### Delete a Room from the Canvas

You can also delete a room directly from the floor plan canvas.

1. Tap the room on the **canvas**
2. Tap **Delete** from the editing toolbar
3. Tap **Confirm**

The selected room will be removed from the floor plan.

***

### When a Room Cannot Be Deleted

Some rooms act as connection points for other rooms.

If one or more rooms have been added through a doorway connected to that room, Moasure prevents deletion to protect the floor plan structure.

You may see:

* **Delete greyed out**
* **Delete unavailable**
* A **Can't Delete Room** message

The app will explain why the room cannot be removed.

To delete that room, first remove any connected or dependent rooms.

***

### Confirmation Prompt

Before deletion, the app will ask you to confirm.

Deleting a room **cannot be undone**.

***

### Important

* **Delete Last Room** removes the **most recently measured room**
* Use the **three-dot menu** to delete a **specific room**
* Rooms can also be deleted **directly from the canvas**
* Rooms with connected or dependent rooms must be deleted **after those rooms are removed first**


---

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

```
GET https://docs.moasure.com/en/moasure-lx1/your-moasure-app/editing-your-floor-plan/delete-a-room.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.
