Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.1 KB

Uninstall-PnPApp.md

File metadata and controls

55 lines (40 loc) · 1.1 KB
external help file applicable schema
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online
2.0.0

Uninstall-PnPApp

SYNOPSIS

Uninstalls an available add-in from the site

SYNTAX

Uninstall-PnPApp -Identity <AppMetadataPipeBind>
                 [-Connection <SPOnlineConnection>]

EXAMPLES

------------------EXAMPLE 1------------------

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

This will uninstall the specified app from the current site.

PARAMETERS

-Identity

Specifies the Id of the Addin Instance

Type: AppMetadataPipeBind
Parameter Sets: (All)

Required: True
Position: 0
Accept pipeline input: True

-Connection

Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: SPOnlineConnection
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices