Remove app

I had a test-app installed once, uninstalled it, but the insights logs still persisted. To delete the logs:

  1. Go to the developer tools web api playground: Homey Developer Tools
  2. Run the command Homey.insights.getLogs(); and find the id.
  3. Run Homey.insights.deleteLog({uri: "homey:manager:apps", id: "com.weather-sensors-cpuusage"});
    This example command would clear this one:
    image
3 Likes