DeleteConnectionAsync Method
Overloads
| DeleteConnectionAsync(String) | Deletes a connection. | |
| DeleteConnectionAsync(AsyncHandle, String) | Deletes a connection. | 
DeleteConnectionAsync(String)
Deletes a connection.
Declaration
      Task DeleteConnectionAsync([QixName("qConnectionId")] string connectionId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectionId | Identifier of the connection to remove. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
In Qlik Sense Enterprise, there is an additional file connection named AttachedFiles . The AttachedFiles connection can only be removed by the administrator of the system. 
DeleteConnectionAsync(AsyncHandle, String)
Deletes a connection.
Declaration
      Task DeleteConnectionAsync(AsyncHandle asyncHandle, [QixName("qConnectionId")] string connectionId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.String | connectionId | Identifier of the connection to remove. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
In Qlik Sense Enterprise, there is an additional file connection named AttachedFiles . The AttachedFiles connection can only be removed by the administrator of the system.