> 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/readme/content/reports/delete-an-item-in-a-report.md).

# Eliminar un elemento de un informe

{% tabs %}
{% tab title="Vista de escritorio (pantalla ancha)" %}

1. Abre el informe.
2. Haz clic en el elemento que deseas eliminar.\
   ![](/files/61bc9e6ab62367a7878cf201107cdcbf880888d2)
3. Haz clic en la pequeña **flecha hacia abajo** en el lado derecho de la pantalla (junto al botón de Seguimiento).\
   &#x20;![](/files/92c7ddb466d3b54a57e1685c9e9b4989d187c29c)
4. Haga clic **Eliminar** del menú desplegable.\
   ![](/files/37135459ed32482c5f80f3bf3847899767038f7b)
5. Haga clic **Aceptar** para confirmar la eliminación.\
   ![](/files/7476f70d1e51e2a776c8f0cfac22fb4372333562)<br>
   {% endtab %}

{% tab title="Vista de tablet (pantalla estrecha)" %}

1. Abre el informe.
2. Haz clic en el elemento que deseas eliminar.\
   ![](/files/310508f2daf7803d12de049c333402fd91e70f75)
3. Haga clic **Más**.&#x20;
4. Haga clic **Eliminar** del menú desplegable.\
   ![](/files/d4522c7cb0f3d420b2008ab024e649cba3e1130d)
5. Haga clic **Aceptar** para confirmar la eliminación.\
   ![](/files/7476f70d1e51e2a776c8f0cfac22fb4372333562)
6. Aparecerá un banner de confirmación en la parte superior de la pantalla con un enlace para deshacerlo.\
   ![](/files/a3f201d3394c9633ccd2f90255667f929ea0feb0)&#x20;
   {% endtab %}
   {% endtabs %}


---

# 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/readme/content/reports/delete-an-item-in-a-report.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.
