RegDeleteValue(key, value)
Removes a named value from the specified registry key.
Parameters
key : PyHKEY/int
An already open key, or any one of the following win32con
constants:
HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERSvalue : string
The name of the value to remove.Win32 API References
Search for RegDeleteValue at msdn, google or google groups.