We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 355c7f2 + 56f42f3 commit e936f55Copy full SHA for e936f55
sharepoint/sharepoint-ps/sharepoint-server/Uninstall-SPAppInstance.md
@@ -11,7 +11,7 @@ schema: 2.0.0
11
Uninstalls an instance of an app.
12
13
14
-## SYNTAX
+## SYNTAX
15
16
```
17
Uninstall-SPAppInstance -Identity <SPAppInstance> [-AssignmentCollection <SPAssignmentCollection>] [-Confirm]
@@ -28,7 +28,7 @@ For permissions and the most current information about Windows PowerShell for Sh
28
29
### -------------EXAMPLE--------------
30
31
-PS C:\>$instance = Get-SPAppInstance -AppInstanceId $instance.Id
+PS C:\>$spapp = Get-SPAppInstance -AppInstanceId $instance.Id
32
PS C:\>Uninstall-SPAppInstance -Identity $spapp
33
34
0 commit comments