removeClientSignature

removeClientSignature( deviceId : string ) : void

The removeClientSignature operation is used for removing the client signature from a device. This is sometimes required when a device has been upgraded or a new user tries to log in to DME on the 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 INVALID_VALUE if the signature could not be removed from the device. See MyDMEException.

Next topic

wipePhone