1 DELETE 2 DEVICE Allows you to remove a device from the the permanent list. Requires SYSPRV privilege. Format DELETE DEVICE device-name: 3 Parameters device-name: The name of the device whose characteristics are to be deleted. The device name has the form ddcu, where: dd is the device code-for example, LP. (The driver name corresponds to the device code; in this case, the driver name would be SYS$LPDRIVER.) c is the controller designation A through Z; unless UCM specifies a different letter, all USB devices are A. u is the unit number (0 through 9999). OpenVMS device names are made up of the two-character device code, followed by the controller designation, the unit number (which can be 1 to 4 characters long), and, finally, a colon (:). 3 Example $ UCM Universal Serial Bus Configuration Manager, Version V1.0 UCM> SHOW DEVICE /PERMANENT AGA0: DEVICE DEVICE_TYPE PERMANENT DEVICE_NAME_ROOT AGA UNIT_NUMBER 0 BUS 1 PATH 1.0.0.0.0.0 END_DEVICE UCM> DELETE DEVICE AGA0: UCM> SHOW DEVICE /PERMANENT AGA0: %USB-E-NOSUCHDEV, Device name or device unit not found UCM> In this example, the first SHOW DEVICE AGA0: command displays information about the device that is in the permanent list. After the DELETE DEVICE AGA0: command, the second SHOW DEVICE AGA0: command displays an error message indicating that the device is no longer in the permanent list.