LoRaWAN Gateway - DEL Delete LoRaWAN Gateway
Removes a registered LoRaWAN gateway from your system. Typically irreversible, so should be done with caution.
Deletehttps://api.iotstadium.com/ext/ttn-gateway/:id
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer {{token}}"
},
https://api.iotstadium.com/ext/ttn-gateway/99
{
"message": "ttn_gateway deleted",
"data": {
"id": "99"
},
"code": 200
}
{
"message": "data not found",
"errors": [
{
"message": "data not found",
"field": "ttn_gateway"
}
],
"code": 404
}
{
"message": "Not Allowed",
"error": {
"message": "Not Allowed",
"field": "user"
},
"code": 403
}