Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 666 Bytes

RemovePnPWikiPage.md

File metadata and controls

28 lines (23 loc) · 666 Bytes

#Remove-PnPWikiPage Removes a wiki page ##Syntax

Remove-PnPWikiPage -ServerRelativePageUrl <String>
                   [-Web <WebPipeBind>]
Remove-PnPWikiPage -SiteRelativePageUrl <String>
                   [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
ServerRelativePageUrl String True
SiteRelativePageUrl String True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'

Removes the page '/pages/wikipage.aspx'