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.
Name |
Description |
Required |
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 |
None.
MyDMEException
with INVALID_VALUE
if the signature could not be removed from the device. See MyDMEException.