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

# 카메라 삭제

카메라를 다른 조직으로 이전하거나 더 이상 필요하지 않은 경우, 라이선스 문제를 방지하기 위해 계정에서 카메라를 제거해야 합니다. 조직에 다시 추가해야 하는 경우 삭제하기 전에 카메라의 일련번호를 기록해 두세요.

{% hint style="danger" %}
Verkada Command에서 카메라를 삭제하면 모든 녹화 영상(기기 내 및 클라우드 백업)이 삭제되며 **복구할 수 없습니다.** 해당 카메라에서 가져온 아카이브는 보존됩니다.
{% endhint %}

***

## 카메라 삭제

### Command 데스크톱

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Devices 로 이동합니다.**
{% endstep %}

{% step %}
**삭제하려는 카메라 옆의 체크박스를 클릭합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 Delete를 클릭합니다.**
{% endstep %}

{% step %}
**인증 코드를 입력하고 Delete를 클릭합니다.**
{% endstep %}
{% endstepper %}

### Command 앱

{% stepper %}
{% step %}
**Command 앱에 로그인합니다.**
{% endstep %}

{% step %}
**삭제하려는 카메라를 탭합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 .를 클릭합니다.**
{% endstep %}

{% step %}
**Settings > Delete Camera를 탭합니다.**
{% endstep %}

{% step %}
**인증 코드를 입력하고 Delete를 클릭합니다.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
카메라를 재설정하려면 삭제한 다음 [다시 추가](/command/ko/organization-settings/add-a-device-to-your-command-organization.md) 하여 Command에 추가합니다. 이렇게 하면 카메라 이름, 사이트, 설정 및 지도 위치가 재설정됩니다.
{% endhint %}

***

{% hint style="info" %}
**동작을 직접 보고 싶으신가요?** 다음을 확인해 보세요. [동영상 튜토리얼](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/ko/configuration/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.
