IoT Stadium

API Documentation

BLE Gateway

BLE Gateway - DEL Delete BLE Gateway

Delete

{{url_iot_backend}}/ext/ble-gateway/:id
{
	"key": "Content-Type",
	"value": "application/json"
},
{
	"key": "Authorization",
	"value": "Bearer {{token}}"
},

Parameter

Field Type Description
id Integer

Your BLE gateway ID.

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