Search Results for

    Show / Hide Table of Contents

    Remove-PnPAzureADApp

    SYNOPSIS

    Required Permissions

    • Microsoft Graph API: Application.ReadWrite.All

    Removes an Azure AD App registration.

    SYNTAX

    Remove-PnPAzureADApp [-Identity] <AzureADAppPipeBind> [-Force]
    

    DESCRIPTION

    This cmdlet removes an Azure AD App registration.

    EXAMPLES

    Example 1

    Remove-PnPAzureADApp -Identity MyApp
    

    Removes the specified app.

    Example 2

    Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e
    

    Removes the specified app.

    PARAMETERS

    -Force

    If specified the confirmation question will be skipped.

    Type: SwitchParameter
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Identity

    Specify the name, id or app id for the app to remove.

    Type: AzureADAppPipeBind
    Parameter Sets: (All)
    Aliases:
    
    Required: True
    Position: 0
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer