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