Click or drag to resize
HubDestroyAppAsync Method
Overload List
  NameDescription
Public methodDestroyAppAsync(String, AsyncHandle)

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 desktop mode **

The app is deleted from the directory %userprofile%\Documents\Qlik\Sense\Apps.

Public methodDestroyAppAsyncT(String, FuncResponse, T, AsyncHandle)

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 desktop mode **

The app is deleted from the directory %userprofile%\Documents\Qlik\Sense\Apps.

Top
See Also