IoT Stadium

API Documentation

LoRa Gateway

LoRa Gateway - DEL Delete LoRa Gateway

Deletes a specific LoRa Gateway by ID. This may cause some issue of your connected device.

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