Delete gateway

The delete gateway API allows the client application to delete a remote gateway from IMPACT DC.

Delete gateway describes the API structure for deleting a gateway from IMPACT DC.

Table 1. Delete gateway
Title Delete gateway
URL http://{impact_url}/m2m/gateway/{serialNumber}
Method DELETE
Content-Type application/json
URL Params

serialNumber:[string]: This is a mandatory parameter. This parameter takes the IMEI of the gateway.

Data Params

N/A

Success Code
Response Code: 200
Error Code
400 : Bad Request 
401 : Unauthorized 
404 : Not Found 
Sample Call Curl:
curl -X DELETE --header 'Accept: application/json' 'http://mfussip02.iot.nokia.com:9090/impact/m2m/gateway/13432'
Response Body:
{
"msg": "Success", "Code": 1000
}
Notes This API can be called from IMPACT DM to delete external gateways.