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.
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: Response
Body:
|
Notes | This API can be called from IMPACT DM to delete external gateways. |