| AppDeleteConnectionAsync Method (String) | 
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task DeleteConnectionAsync(
	string connectionId
)
Public Function DeleteConnectionAsync ( 
	connectionId As String
) As Task
Parameters
- connectionId
 - Type: SystemString
Identifier of the connection to remove.
                                        This parameter is mandatory. 
Return Value
Type: 
TaskImplements
IAppDeleteConnectionAsync(String)
See Also