# Delete a Camera

You need to remove a camera from your account when transferring it to a different organization or if it is no longer needed to prevent licensing issues. Document the serial number of the camera before deleting it if you need to re-add it to your organization.

{% hint style="danger" %}
Deleting a camera from Verkada Command erases all recorded footage (on device and in cloud backup) and **cannot** be recovered. Archives taken from that camera will be preserved.
{% endhint %}

***

## Delete a camera

### Command desktop

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Devices .**
{% endstep %}

{% step %}
**Click the checkbox next to the camera(s) you want to delete.**
{% endstep %}

{% step %}
**At the top right, click Delete.**
{% endstep %}

{% step %}
**Enter the verification code and click Delete.**
{% endstep %}
{% endstepper %}

### Command app

{% stepper %}
{% step %}
**Log in to the Command app.**
{% endstep %}

{% step %}
**Tap the camera you want to delete.**
{% endstep %}

{% step %}
**In the top right, click .**
{% endstep %}

{% step %}
**Tap Settings > Delete Camera.**
{% endstep %}

{% step %}
**Enter the verification code and click Delete.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
To reset a camera, delete it and [re-add](/command/organization-settings/add-a-device-to-your-command-organization.md) it to Command. This resets the camera name, site, settings, and map location.
{% endhint %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=ICPDKvW3gb4).
{% endhint %}


---

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