Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 461 Bytes

RemovePnPWorkflowDefinition.md

File metadata and controls

14 lines (12 loc) · 461 Bytes

#Remove-PnPWorkflowDefinition Removes a workflow definition ##Syntax

Remove-PnPWorkflowDefinition [-Web <WebPipeBind>]
                             -Identity <WorkflowDefinitionPipeBind>

##Parameters

Parameter Type Required Description
Identity WorkflowDefinitionPipeBind True The definition to remove
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.