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.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- appId
- Type:
System 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:
System String
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:See Also