IoT Stadium

API Documentation

LoRa Gateway

LoRa Gateway - DEL Delete LoRa Gateway

Delete

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

Parameter

Field Type Description
id Integer

The LoRa Gateway ID

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