DestroyAppAsync Method
Overloads
DestroyAppAsync(String) |
Deletes an app from the Qlik Sense repository or from the file system. Qlik Sense EnterpriseIn addition to being removed from the repository, the app is removed from the directory as well: <installation_directory>\Qlik\Sense\Apps The default installation directory is Qlik Sense DesktopThe app is deleted from the directory LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. |
|
DestroyAppAsync(AsyncHandle, String) |
Deletes an app from the Qlik Sense repository or from the file system. Qlik Sense EnterpriseIn addition to being removed from the repository, the app is removed from the directory as well: <installation_directory>\Qlik\Sense\Apps The default installation directory is Qlik Sense DesktopThe app is deleted from the directory LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. |
|
DestroyAppAsync<T>(AsyncHandle, Func<Response, T>, String) |
Deletes an app from the Qlik Sense repository or from the file system. Qlik Sense EnterpriseIn addition to being removed from the repository, the app is removed from the directory as well: <installation_directory>\Qlik\Sense\Apps The default installation directory is Qlik Sense DesktopThe app is deleted from the directory LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. |
DestroyAppAsync(String)
Deletes an app from the Qlik Sense repository or from the file system.
Qlik Sense Enterprise
In addition to being removed from the repository, the app is removed from the directory as well:
<installation_directory>\Qlik\Sense\Apps
The default installation directory is ProgramData
.
Qlik Sense Desktop
The app is deleted from the directory %userprofile%\Documents\Qlik\ \Apps
.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
Declaration
[QixName("DeleteApp")]
public Task<bool> DestroyAppAsync([QixName("qAppId")] string appId)
Parameters
Type | Name | Description |
---|---|---|
System.String | appId |
Identifier of the app to delete.
In Qlik Sense Enterprise, the identifier of the app is a GUID in the Qlik Sense repository.
In Qlik Sense Desktop, the identifier of the app is the name of the app, as defined in the apps folder |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
Implements
Remarks
The operation is successful if qSuccess is set to true.
DestroyAppAsync(AsyncHandle, String)
Deletes an app from the Qlik Sense repository or from the file system.
Qlik Sense Enterprise
In addition to being removed from the repository, the app is removed from the directory as well:
<installation_directory>\Qlik\Sense\Apps
The default installation directory is ProgramData
.
Qlik Sense Desktop
The app is deleted from the directory %userprofile%\Documents\Qlik\ \Apps
.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
Declaration
[QixName("DeleteApp")]
public Task<bool> DestroyAppAsync(AsyncHandle asyncHandle, [QixName("qAppId")] string appId)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | appId |
Identifier of the app to delete.
In Qlik Sense Enterprise, the identifier of the app is a GUID in the Qlik Sense repository.
In Qlik Sense Desktop, the identifier of the app is the name of the app, as defined in the apps folder |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
Implements
Remarks
The operation is successful if qSuccess is set to true.
DestroyAppAsync<T>(AsyncHandle, Func<Response, T>, String)
Deletes an app from the Qlik Sense repository or from the file system.
Qlik Sense Enterprise
In addition to being removed from the repository, the app is removed from the directory as well:
<installation_directory>\Qlik\Sense\Apps
The default installation directory is ProgramData
.
Qlik Sense Desktop
The app is deleted from the directory %userprofile%\Documents\Qlik\ \Apps
.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
Declaration
[QixName("DeleteApp")]
public Task<T> DestroyAppAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qAppId")] string appId)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Func<Response, T> | onResult |
Continuation function |
System.String | appId |
Identifier of the app to delete.
In Qlik Sense Enterprise, the identifier of the app is a GUID in the Qlik Sense repository.
In Qlik Sense Desktop, the identifier of the app is the name of the app, as defined in the apps folder |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |
Implements
Remarks
The operation is successful if qSuccess is set to true.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!