Remove-PnPStoredCredential
SYNOPSIS
Removes a credential from the Credential Manager
SYNTAX
Remove-PnPStoredCredential -Name <String> [-Force]
DESCRIPTION
Removes a stored credential from the Credential Manager
EXAMPLES
EXAMPLE 1
Remove-PnPStoredCredential -Name "https://tenant.sharepoint.com"
Removes the specified credential from the Credential Manager
PARAMETERS
-Force
If specified you will not be asked for confirmation
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
The credential to remove
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False