> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/es/configuracion/view-and-edit-camera-settings/delete-a-camera.md).

# Eliminar una cámara

Necesita eliminar una cámara de su cuenta al transferirla a una organización diferente o si ya no es necesaria para evitar problemas de licencias. Documente el número de serie de la cámara antes de eliminarla si necesita volver a añadirla a su organización.

{% hint style="danger" %}
Eliminar una cámara de Verkada Command borra todas las grabaciones (en el dispositivo y en la copia de seguridad en la nube) y **no puede** recuperarse. Los archivos archivados tomados de esa cámara se conservarán.
{% endhint %}

***

## Eliminar una cámara

### Escritorio de Command

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Dispositivos .**
{% endstep %}

{% step %}
**Haga clic en la casilla junto a la(s) cámara(s) que desea eliminar.**
{% endstep %}

{% step %}
**En la esquina superior derecha, haga clic en Eliminar.**
{% endstep %}

{% step %}
**Introduzca el código de verificación y haga clic en Eliminar.**
{% endstep %}
{% endstepper %}

### Aplicación Command

{% stepper %}
{% step %}
**Inicie sesión en la aplicación Command.**
{% endstep %}

{% step %}
**Toque la cámara que desea eliminar.**
{% endstep %}

{% step %}
**En la esquina superior derecha, haga clic en .**
{% endstep %}

{% step %}
**Toque Configuración > Eliminar cámara.**
{% endstep %}

{% step %}
**Introduzca el código de verificación y haga clic en Eliminar.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Para restablecer una cámara, elimínela y [vuelva a añadirla](/command/es/configuracion-de-la-organizacion/add-a-device-to-your-command-organization.md) a Command. Esto restablece el nombre de la cámara, el sitio, la configuración y la ubicación en el mapa.
{% endhint %}

***

{% hint style="info" %}
**¿Prefiere verlo en acción?** Consulte el [tutorial en video](https://www.youtube.com/watch?v=ICPDKvW3gb4).
{% endhint %}


---

# 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://help.verkada.com/verkada-cameras/es/configuracion/view-and-edit-camera-settings/delete-a-camera.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.
