Device deletion from IoT application
The previous chapter details the case when a device is removed from the platform by the Adapter. If a device has been added by the IoT application server, then IMPACT notifies the Adapter about the device deletion when it is removed by the IoT application server.
Notification is performed by the DeleteEndPointRequest
API, which contains the
following:
Parameters | Description |
---|---|
URL | http://<impact_url>/m2m/device |
Method | DELETE |
Content-Type | application/json |
Parameters |
The parameters are:
|
Sample call |
Response Body:
|
Success Code |
Response Code: 200 |
Error Code |
400 : Bad Request 401 : Unauthorized 403 : Forbidden 404 : Not Found |