Deletes the specified subkey.
public void deleteSubKey( String subkey )
subkey
A String object that represents the subkey to delete.
Exceptions
WFCException thrown if the subkey contains any child subkeys.
Use the deleteSubKey method to remove a subkey from the registry. To delete a tree of subkeys, use the deleteSubKeyTree method. To delete a value assigned within a subkey, use the deleteValue method.