Remove-AzureADApplication
This article provides migration details from Remove-AzureADApplication command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Remove-AzureADApplication
- Azure AD Module: AzureAD
- Microsoft Graph Command: Remove-MgApplication (Community Examples)
- Graph Module: Microsoft.Graph.Applications
- Graph Endpoint: DELETE /applications/{application-id}
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | Application.ReadWrite.All | Not available. |
Delegated (personal Microsoft account) | Application.ReadWrite.All | Not available. |
Application | Application.ReadWrite.OwnedBy | Application.ReadWrite.All |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
ObjectId | ApplicationId |