IoT Stadium

API Documentation

Telemetry

Telemetry - Delete BLE Gateway

Deleting one of the BLE gateway

Delete
https://api.iotstadium.com/ext/ble-gateway/:id

Parameter

Field Type Description
id Number

The ID of the BLE Gateway that you want to delete

{
    "message": "ble_gateway deleted",
    "data": {
        "id": "51"
    },
    "code": 200
}
{
    "message": "data not found",
    "errors": [
        {
            "message": "data not found",
            "field": "ble_gateway"
        }
    ],
    "code": 404
}