You can unenroll a Thing device or a Liota gateway using the Liota unenroll command.

Procedure

  1. To unenroll a Thing or a Gateway device, go to the /opt/vmware/liota/data/packages directory and run the following command:
    python3 liotad/liotapkg.py unenroll-device <device-ID>
    The logs display the status of the device as unenrolled.
  2. To unenroll a Liota gateway, run the following command:
    python3 liotad/liotapkg.py unenroll
    All the Thing devices that are attached to the gateway are automatically unenrolled.
  3. Go to the VMware Pulse IoT Center console and click the Devices tab. Verify that the status of the device is UNENROLLED.
    Note: You cannot unenroll a gateway or a Thing device from the VMware Pulse IoT Center console.