To delete all of your "free text data" from an ECU running the Reference Implementation for AWS IoT FleetWise ("FWE"), please run the following commands:
-
Stop FWE
sudo systemctl stop fwe@0
-
Disable FWE
sudo systemctl disable fwe@0
-
Delete the persistent data files for FWE
sudo rm -f /var/aws-iot-fleetwise/*
-
Delete the configuration files for FWE
sudo rm -f /etc/aws-iot-fleetwise/*