Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 627 Bytes

RemovePnPWebPart.md

File metadata and controls

24 lines (20 loc) · 627 Bytes

#Remove-PnPWebPart Removes a webpart from a page ##Syntax

Remove-PnPWebPart -Identity <GuidPipeBind>
                  -ServerRelativePageUrl <String>
                  [-Web <WebPipeBind>]
Remove-PnPWebPart -Title <String>
                  -ServerRelativePageUrl <String>
                  [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Identity GuidPipeBind True
ServerRelativePageUrl String True
Title String True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.