> 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/de/konfiguration/view-and-edit-camera-settings/delete-a-camera.md).

# Eine Kamera löschen

Sie müssen eine Kamera aus Ihrem Konto entfernen, wenn Sie sie an eine andere Organisation übertragen oder wenn sie nicht mehr benötigt wird, um Lizenzprobleme zu vermeiden. Notieren Sie sich die Seriennummer der Kamera, bevor Sie sie löschen, falls Sie sie Ihrer Organisation erneut hinzufügen müssen.

{% hint style="danger" %}
Das Löschen einer Kamera aus Verkada Command löscht alle aufgezeichneten Aufnahmen (auf dem Gerät und im Cloud-Backup) und **kann nicht** wiederhergestellt werden. Von dieser Kamera erstellte Archive bleiben erhalten.
{% endhint %}

***

## Eine Kamera löschen

### Command-Desktop

{% stepper %}
{% step %}
**Navigieren Sie in Verkada Command zu Alle Produkte > Geräte.**
{% endstep %}

{% step %}
**Klicken Sie das Kontrollkästchen neben der/den Kamera(s) an, die Sie löschen möchten.**
{% endstep %}

{% step %}
**Klicken Sie oben rechts auf Löschen.**
{% endstep %}

{% step %}
**Geben Sie den Bestätigungscode ein und klicken Sie auf Löschen.**
{% endstep %}
{% endstepper %}

### Command-App

{% stepper %}
{% step %}
**Melden Sie sich in der Command-App an.**
{% endstep %}

{% step %}
**Tippen Sie auf die Kamera, die Sie löschen möchten.**
{% endstep %}

{% step %}
**Klicken Sie oben rechts auf .**
{% endstep %}

{% step %}
**Tippen Sie auf Einstellungen > Kamera löschen.**
{% endstep %}

{% step %}
**Geben Sie den Bestätigungscode ein und klicken Sie auf Löschen.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Um eine Kamera zurückzusetzen, löschen Sie sie und [erneut hinzufügen](/command/de/organisationseinstellungen/add-a-device-to-your-command-organization.md) sie in Command. Dadurch werden der Kameraname, der Standort, die Einstellungen und der Kartenstandort zurückgesetzt.
{% endhint %}

***

{% hint style="info" %}
**Möchten Sie es lieber in Aktion sehen?** Sehen Sie sich das [Video-Tutorial an](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/de/konfiguration/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.
