Search Results for

    Show / Hide Table of Contents

    Uninstall-PnPApp

    SYNOPSIS

    Uninstalls an available add-in from the site

    SYNTAX

    Uninstall-PnPApp [-Identity] <AppMetadataPipeBind> [-Scope <AppCatalogScope>] [-Connection <PnPConnection>]
     
    

    DESCRIPTION

    Allows to uninstall an available add-in from the site.

    EXAMPLES

    EXAMPLE 1

    Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe
    

    This will uninstall the specified app from the current site.

    EXAMPLE 2

    Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site
    

    This will uninstall the specified app from the current site. Notice that the app was original installed from the site collection appcatalog.

    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
    

    -Identity

    Specifies the Id of the Add-In Instance

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

    -Scope

    Defines which app catalog to use. Defaults to Tenant

    Type: AppCatalogScope
    Parameter Sets: (All)
    Accepted values: Tenant, Site
    
    Required: False
    Position: Named
    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