Remove a device

Remove an approved device.

Request

Security

Table 1. Roles capable of executing the Remove Device API method
Any Super User System Admin Security Admin Operator
  superUser systemAdmin    

HTTP method

POST /manager/api/{apiResponseType}/1.0/removeDevice.adm HTTP/1.1 Host:{manager.dsnet} id={deviceId}&password={password}

Curl method

curl -u {admin}:{password} -k “https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/removeDevice.adm” -d “id={deviceId}&password={password}”

Parameters

Table 2. Request Parameters for Remove Device (removeDevice) API method
Parameter Type Usage Default Description
id Long Required  

Corresponds to the manager assigned device ID (number).

password String Required  

The password of the account that is making the request.