---
title: How to delete an IoT Hub device
description: This page explains how to delete an IoT Hub device
tags: iot iot-hub
dates:
  validation: 2025-07-16
  validation_frequency: 12
  posted: 2019-09-01
---
import Requirements from '@macros/iam/requirements.mdx'


<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Created an IoT Hub](/iot-hub/how-to/create-hub/) and [added a device](/iot-hub/how-to/add-device/) to it

1. Click **IoT Hub** in the **Integration Services** section of the side menu. The list of your IoT Hubs displays.
2. Click the name of the IoT Hub that contains the device to delete. The hub's overview page displays.
3. Select the **Devices** tab. The list of your devices displays.
4. Click <Icon name="more" /> next to the device you want to delete, then click **Delete** in the pop-up menu.
5. Click **Delete device** to confirm the deletion of the device.
    <Message type="important">
      The device will not be able to connect once deleted. If the device is still connected to the hub, it will be disconnected.
    </Message>


