Table of Contents

Remove-PnPManagedAppId

SYNOPSIS

Removes an App Id from the Credential Manager

SYNTAX

Remove-PnPManagedAppId -Url <String> [-Force] 

DESCRIPTION

Removes an App Id from the Windows Credential Manager, macOS Keychain, Linux Secret Service, or a default vault configured through Microsoft.PowerShell.SecretManagement.

EXAMPLES

EXAMPLE 1

Remove-PnPManagedAppId -Url "https://tenant.sharepoint.com"

Removes the specified App Id 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

-Url

The Url for which to remove the App Id

Type: String
Parameter Sets: (All)

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Microsoft 365 Patterns and Practices