Skip to main content Skip to complementary content

DeleteConnectionAsync Method

Overloads

DeleteConnectionAsync(String)

Deletes a connection.

Declaration

      public 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

Implements

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

      public 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

Implements

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.

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!