Erase

Erase all content and settings on the device.

Syntax: see Call Structure

Type = 'POST'

\'http://localhost:43430/api/v1/devices/id/erase' \

Parameter Description
id This is a unique identifier returned from Get Devices
Returns:

{

"result": {

"id": "id",

"code": 0,

"message": "Success"

}

}

Parameter Description
id This is a unique identifier returned from Get Devices
Example
curl -X 'POST' \
  'http://localhost:43430/api/v1/devices/000008120-000E28E91A22201E/erase' \
  -H 'accept: application/json' \
  -d ''
Returns
{
  "id": "00008120-000E28E91A22201E",
  "code": 0,
  "message": "Success"
}
Errors

If there is an error in the API method then a will be returned