IHubDestroyAppAsync Method |
Name | Description | |
---|---|---|
![]() | DestroyAppAsync(String) | Deletes an app from the Qlik Sense repository or from the file system. ** Using Qlik Sense Server ** In addition to being removed from the repository, the app is removed from the directory as well: <installation_directory>\Qlik\Sense\Repository\Apps The default installation directory is ProgramData. ** Using Qlik Sense Desktop ** The app is deleted from the directory %userprofile%\Documents\Qlik\Sense\Apps. |
![]() | DestroyAppAsync(AsyncHandle, String) | Deletes an app from the Qlik Sense repository or from the file system. ** Using Qlik Sense Server ** In addition to being removed from the repository, the app is removed from the directory as well: <installation_directory>\Qlik\Sense\Repository\Apps The default installation directory is ProgramData. ** Using Qlik Sense Desktop ** The app is deleted from the directory %userprofile%\Documents\Qlik\Sense\Apps. |
![]() | DestroyAppAsyncT(AsyncHandle, FuncResponse, T, String) | Deletes an app from the Qlik Sense repository or from the file system. ** Using Qlik Sense Server ** In addition to being removed from the repository, the app is removed from the directory as well: <installation_directory>\Qlik\Sense\Repository\Apps The default installation directory is ProgramData. ** Using Qlik Sense Desktop ** The app is deleted from the directory %userprofile%\Documents\Qlik\Sense\Apps. |