Remove-PowerAppManagementApp
Remove management application by ApplicationId.
Syntax
Remove-PowerAppManagementApp
-ApplicationId <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
Remove-PowerAppManagementApp cmdlet removes the specified registered Azure Active Directory Web app/API application so it cannot be used with Microsoft.Xrm.OnlineManagementAPI PowerShell module. Use Get-Help Remove-PowerAppManagementApp -Examples for more detail.
Examples
EXAMPLE 1
Remove-PowerAppManagementApp -ApplicationId $ApplicationId
Remove management application by ApplicationId.
Parameters
-ApiVersion
Specifies the API version that is called.
| Type: | String |
| Position: | Named |
| Default value: | 2020-06-01 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-ApplicationId
The application's identifier.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |