Device Deletion

Deletes the specified devices from the Unwired Server, freeing licenses. Also deletes device associated metadata, such as subscriptions. This method does not delete the user.

Syntax

void deleteDevices(Collection<String> deviceIds) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples