Delete Method
Overloads
| Delete(ILocation, IAppIdentifier) | Deletes the application. This method opens a temporary websocket connection. | 
Delete(ILocation, IAppIdentifier)
Deletes the application. This method opens a temporary websocket connection.
Declaration
      public static bool Delete(this ILocation location, IAppIdentifier appIdentifier)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| ILocation | location | Location object of the Qlik Sense instance | 
| IAppIdentifier | appIdentifier | Token to identify an unique app | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | True if deleted |