ANABOX smart
API ReferenceDevicesResetDeviceid

Reset the sensors of a device

Remotely reset all sensors on the target device to factory defaults.

POST
/devices/reset/{deviceId}
x-api-key<token>

API key for authentication

In: header

Path Parameters

deviceIdstring

Device ObjectId

Response Body

application/json

curl -X POST "https://api.memo.wirewire.de/v1/devices/reset/682fd0d7d4a6325d9d45b86f"
{
  "message": "Reset all Variables and Memory and reboot Device: nrf-352656106701140",
  "success": true
}