deleteDevice

deleteDevice( deviceId : string ) : void

The deleteDevice operation attempts to decouple the device with the supplied device ID from DME. It is removed from the list of managed devices in DME Server Administration Interface. For information about the implications of deleting a device, see Remove device.

Parameters

Name

Description

Required

deviceId

Type: string

The ID of the device to which the operation applies. The ID of a device can be found on its information page (see Information) or be returned using getDevices.

Yes

Return value

None.

Throws

MyDMEException with SOAP_EXCEPTION if the device was found but could not be deleted. See MyDMEException.

Next topic

getLogEntries