> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/es/report-and-run/content/spaces/delete-space.md).

# Eliminar espacio

{% hint style="warning" %}
Eliminar un espacio **permanentemente** eliminará todo el contenido de un espacio, incluidas carpetas, informes y PDF.&#x20;
{% endhint %}

1. Toque las tres líneas horizontales en la esquina superior izquierda.

   <div align="left"><figure><img src="/files/1c5e2c91a7150d033a7e64cc5a9751c5323509ac" alt=""><figcaption></figcaption></figure></div>
2. Toca **Espacios**.

   <div align="left"><figure><img src="/files/a22635daf631d97846b2e8cfaf5aafa05ed216db" alt=""><figcaption></figcaption></figure></div>
3. Toca el espacio que quieres eliminar.<br>

   <div align="left"><figure><img src="/files/7d314efed7fefc63958fe83df9218e52d03f5ebc" alt=""><figcaption></figcaption></figure></div>
4. Toca el logotipo en la esquina superior izquierda del menú lateral.

   <div align="left"><figure><img src="/files/89320067684959f346f344cbbde4003d6f862df4" alt=""><figcaption></figcaption></figure></div>
5. Toca el **papelera**.

   <div align="left"><figure><img src="/files/5f7642ecc643cadd9cc30b9f3f0369c832aed75b" alt=""><figcaption></figcaption></figure></div>
6. Para confirmar la eliminación, escribe en la *exacto* nombre del espacio que quieres eliminar (distingue entre mayúsculas y minúsculas).

   <div align="left"><figure><img src="/files/e8fa429c2bb9a06f7044da31829d9463df1dcdbc" alt=""><figcaption></figcaption></figure></div>
7. Toca **Aceptar**.&#x20;

   <div align="left"><figure><img src="/files/1cc998f8b3cb657bf44a540fb558313b29ac3eec" alt=""><figcaption></figcaption></figure></div>


---

# 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.reportandrun.com/manual/es/report-and-run/content/spaces/delete-space.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.
