I had a test-app installed once, uninstalled it, but the insights logs still persisted. To delete the logs:
- Go to the developer tools web api playground: Homey Developer Tools
- Run the command
Homey.insights.getLogs();
and find the id. - Run
Homey.insights.deleteLog({uri: "homey:manager:apps", id: "com.weather-sensors-cpuusage"});
This example command would clear this one: