> 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/access-control/ja/she-ding/decommission-an-access-controller.md).

# アクセスコントローラを廃止する

アクセスコントローラーを廃止するか、工場出荷時の設定にリセットするには、まず Verkada Command から削除する必要があります。これにより、コントローラー上のユーザー関連データもすべて削除され、新しい組織に移行できるようになります。

{% hint style="danger" %}
アクセスコントローラーを廃止するか、工場出荷時の設定にリセットするには、コントローラーのサイトの Org Admin、Access System Admin、または Access Site Admin である必要があります。Command の役割と権限について詳しく見る [Command の役割と権限](/command/ja/yzto/roles-and-permissions-for-command.md) および特に [アクセスコントロール](/access-control/ja/hajimeni/roles-and-permissions-for-access-control.md).
{% endhint %}

***

## 手順

{% stepper %}
{% step %}
**Verkada Command で、All Products > Devices に移動します。**
{% endstep %}

{% step %}
**デバイス一覧から、廃止するコントローラーを選択します。**
{% endstep %}

{% step %}
**右側のデバイスをクリックします。**
{% endstep %}

{% step %}
**右上の［設定］をクリックします。**

1. 左下で、 **廃止。**
2. 求められたら、生成された確認コードを入力してリクエストを完了します。
3. クリック **確認**.

{% hint style="danger" %}
廃止すると、関連付けられているドアも削除されます。これは元に戻せません。
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
コントローラーを別の組織に追加する前に、5分待ってください。
{% 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/access-control/ja/she-ding/decommission-an-access-controller.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.
