IoT Stadium

API Documentation

BLE Gateway

BLE Gateway - DEL Delete BLE Gateway

Removes a BLE Gateway from the system, including all associated rules.

Delete
https://api.iotstadium.com/ext/ble-gateway/:id
{
	"key": "Content-Type",
	"value": "application/json"
},
{
	"key": "Authorization",
	"value": "Bearer {{token}}"
},
https://api.iotstadium.com/ext/ble-gateway/51                                            
{
    "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
}