---
title: How to delete an IoT Hub route
description: This page explains how to delete an IoT Hub route
tags: iot iot-hub iot-hub-route
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_routes_delete.webp'


Routes allow your IoT Hub to forward messages to non-MQTT destinations.

Currently, the following routes are available:

 - **REST route** allowing you to call a REST API with the content of your messages.
 - **Database route** allowing you execute queries on a PostgreSQL or MySQL database with the content of your messages.
 - **Scaleway Object Storage route** allowing you to store your messages in your Scaleway [Object Storage](https://www.scaleway.com/en/object-storage/) bucket.

<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/)
- Created at least one [IoT Hub route](/iot-hub/how-to/create-route/)

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 with the route you want to delete. The hub's overview page displays.
3. Click the **Routes** tab. A list of all your routes displays.
4. Click the <Icon name="more" /> icon next to the route you want to delete, and select **Delete** from the drop-down menu.
    <Lightbox image={image} alt="" />

    A pop-up asks you to confirm the action.
5. Type **DELETE** and then click **Delete route**.


