Hub DestroyApp Method Qlik Sense .NET SDK - API Reference

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.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public bool DestroyApp(
	string appId,
	string filePath = null
)

Parameters

appId
Type: OnlineSystem String
Identifier of the app to delete. In server mode, the identifier of the app is a GUID in the Qlik Sense repository. In local installation mode, the identifier of the app is the name of the app. This parameter is mandatory.
filePath (Optional)
Type: OnlineSystem String

Return Value

Type: OnlineBoolean

Implements

IHub DestroyApp(String, String)
See Also