Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.11 KB

Remove-PnPTaxonomyItem.md

File metadata and controls

60 lines (44 loc) · 1.11 KB
external help file applicable schema
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online
2.0.0

Remove-PnPTaxonomyItem

SYNOPSIS

Removes a taxonomy item

SYNTAX

Remove-PnPTaxonomyItem -TermPath <String>
                       [-Force [<SwitchParameter>]]
                       [-Connection <SPOnlineConnection>]

PARAMETERS

-Force

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-TermPath

The path, delimited by | of the taxonomy item to remove, alike GROUPLABEL|TERMSETLABEL|TERMLABEL

Type: String
Parameter Sets: (All)
Aliases: Term

Required: True
Position: 0
Accept pipeline input: True

-Connection

Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: SPOnlineConnection
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices