Hub DestroyAppAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodDestroyAppAsync(String, String, String)

Deletes an app from the Qlik Sense repository or from the file system.

** In server mode **

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.

** In local installation mode **

The app is deleted from the directory C:\Users\%username%\Documents\Qlik\Sense\Apps.

Public methodDestroyAppAsync T (String, String, Func Response, T , String)

Deletes an app from the Qlik Sense repository or from the file system.

** In server mode **

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.

** In local installation mode **

The app is deleted from the directory C:\Users\%username%\Documents\Qlik\Sense\Apps.

Back to Top
See Also