Remove-PowerAppManagementApp

Remove management application by ID.

Syntax

Remove-PowerAppManagementApp
      -ApplicationId <String>
      [-ApiVersion <String>]
      [<CommonParameters>]

Description

The Remove-PowerAppManagementApp cmdlet removes the specified registered Microsoft Entra ID Web app/API application so it can't be used with the Microsoft.Xrm.OnlineManagementAPI PowerShell module. Use Get-Help Remove-PowerAppManagementApp -Examples for more detail.

Examples

EXAMPLE 1

Remove-PowerAppManagementApp -ApplicationId $ApplicationId

Removes the management application by ApplicationId.

Parameters

-ApiVersion

Specifies the Api version that is called.

Type:String
Position:Named
Default value:2020-06-01
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ApplicationId

The application's identifier.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False