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

import image from './assets/scaleway-iothub_delete.webp'


If you do not need your IoT Hub anymore, you can remove it from your account via the Scaleway console.

<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/)

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 you want to delete. The hub's overview page displays.
3. Click **Delete hub** to remove the selected hub from your account.
    <Lightbox image={image} alt="" />
    <Message type="important">
      Note that deleting your hub will also delete any device added to it.
    </Message>
4. Type `DELETE` in the pop-up window and click **Delete Hub**.
    <Message type="tip">
      You can delete multiple hubs at once by selecting them in the hub list.
    </Message>


