Share via


LogicAppClient.RemoveWorkflow(String, String) Method

Definition

Removes the specified workflow from the given resource group.

public void RemoveWorkflow (string resourceGroupName, string workflowName);
member this.RemoveWorkflow : string * string -> unit
Public Sub RemoveWorkflow (resourceGroupName As String, workflowName As String)

Parameters

resourceGroupName
String

Name of the resource group

workflowName
String

Workflow name

Applies to