Remove-PnPSiteCollectionTermStore
SYNOPSIS
Removes the site collection term store if it exists or else nothing will happen.
SYNTAX
Remove-PnPSiteCollectionTermStore [-Connection <PnPConnection>]
DESCRIPTION
Removes the site collection scoped term store for the currently connected site collection. If it does not exist yet, it will not do anything.
EXAMPLES
EXAMPLE 1
Remove-PnPSiteCollectionTermStore
Removes the site collection term store.
PARAMETERS
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False