# Delete Unused Devices

To use Verkada Command, you need valid licenses for your devices and products. If you have unused devices or products, you can delete them to avoid exceeding your license cap. Follow the instructions below to delete unused devices and products.

{% hint style="warning" %}
Once your device has been deleted, all associated information, such as recorded history, will also be deleted. Please ensure you have backed up all required data before deletion.
{% endhint %}

***

## Access all unused devices to delete

You can delete all hardware that requires a license (cameras, viewing stations, alarm consoles) on the [Devices page](https://command.verkada.com/devices).

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

{% step %}
**Select the device(s) you want to delete.**
{% endstep %}

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

### Delete an unused camera

See [Delete a Camera](/verkada-cameras/configuration/view-and-edit-camera-settings/delete-a-camera.md).

### Delete a unused door

See [Remove a Door from Verkada Access](/access-control/configuration/configure-a-door-in-command/remove-a-door-from-verkada-access.md).

### Delete an unused IO controller

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

{% step %}
**Search for "model: AX11 IO Controller".**
{% endstep %}

{% step %}
**Select the IO Controller that you want to delete, then click the controller image.**
{% endstep %}

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

{% step %}
**At the bottom left, click the Decommission link to remove the device.**
{% endstep %}
{% endstepper %}

### Delete an unused Air Quality Sensor

See [Delete Air Quality Sensors](/air-quality/configuration/delete-air-quality-sensors-from-command.md).

### Delete an unused Alarms location

You can delete alarm locations on the [**Manage Sites**](https://command.verkada.com/admin/sites) page.

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

{% step %}
**On the left navigation, click the Sites icon.**
{% endstep %}

{% step %}
**On Sites, filter for the Alarm site name.**
{% endstep %}

{% step %}
**On the right panel, select the ellipsis (3 horizontal dots) icon and click Delete.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
You will need to delete all of the devices and subsites before you can delete the alarm site location.
{% endhint %}

### Delete an unused Alarms device

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

{% step %}
**Select the site where the alarm device lives.**
{% endstep %}

{% step %}
**At the top, select the Devices tab.**
{% endstep %}

{% step %}
**Select the device that you want to remove.**
{% endstep %}

{% step %}
**On the right panel, select the ellipsis (3 horizontal dots) icon and click Delete.**
{% endstep %}
{% endstepper %}

### Delete an unused viewing station

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

{% step %}
**Search for your Viewing Station. You can also type "vx52" in the search bar.**
{% endstep %}

{% step %}
**Click the image of the Viewing Station.**
{% endstep %}

{% step %}
**At the top right, select the kebab (3 vertical dots) icon and click Delete.**
{% endstep %}
{% endstepper %}

### Delete an unused intercom

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

{% step %}
**Select the Intercom that you want to delete.**
{% endstep %}

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

{% step %}
**Click Delete.**
{% endstep %}
{% endstepper %}

### Delete an unused desk station

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

{% step %}
**Select the Desk Station that you want to delete.**
{% endstep %}

{% step %}
**At the top right, select the kebab (3 vertical dots) icon and click Delete.**
{% endstep %}
{% endstepper %}

### Delete an unused Alarms speaker

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

{% step %}
**Search for the Alarm Speaker that you want to delete. Alternatively, you can filter your search by typing "BZ" in the search box.**
{% endstep %}

{% step %}
**Check the box for the Alarm Speaker, and at the top right, click Delete.**
{% endstep %}
{% endstepper %}

### Delete an unused Guest tablet

You can delete a Guest tablet via the [Guest page](https://command.verkada.com/guest/), under the settings for each Guest site.

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

{% step %}
**Select a Guest site that contains the unused tablet.**
{% endstep %}

{% step %}
**On the Guest menu, click Admin.**
{% endstep %}

{% step %}
**Click the dropdown and select the desired site.**
{% endstep %}

{% step %}
**In the site settings, click Tablets > the unused tablet.**
{% endstep %}

{% step %}
**Click Delete Tablet to delete the tablet.**

<div align="left" data-with-frame="true"><img src="/files/oxutzeffKN3igM2Gsdep" alt="" width="673"></div>
{% endstep %}
{% endstepper %}

### Delete an unused cellular gateway

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

{% step %}
**Select the gateway that you want to delete.**
{% endstep %}

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

{% step %}
**Under Device, click Delete.**
{% endstep %}
{% endstepper %}


---

# 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/command/licensing/manage-your-licenses/delete-unused-devices-and-products.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.
