Sündmused
9. apr, 15 - 10. apr, 12
Saate tuleviku tehte-ga koodi lisada ning suhelda JDConf 2025 Java partnerite ja ekspertidega.
Registreeruge koheSeda brauserit enam ei toetata.
Uusimate funktsioonide, turbevärskenduste ja tehnilise toe kasutamiseks võtke kasutusele Microsoft Edge.
In this article, you learn how to delete an enterprise application that was added to your Microsoft Entra tenant.
When you delete and enterprise application, it remains in a suspended state in the recycle bin for 30 days. During the 30 days, you can Restore the application. Deleted items are automatically hard deleted after the 30-day period. For more information on frequently asked questions about deletion and recovery of applications, see Deleting and recovering applications FAQs.
To delete an enterprise application, you need:
Sign in to the Microsoft Entra admin center as at least a Cloud Application Administrator.
Browse to Identity > Applications > Enterprise applications > All applications.
Enter the name of the existing application in the search box, and then select the application from the search results. In this article, we use the Microsoft Entra SAML Toolkit 1 as an example.
In the Manage section of the left menu, select Properties.
At the top of the Properties pane, select Delete, and then select Yes to confirm you want to delete the application from your Microsoft Entra tenant.
Make sure you're using the Microsoft Entra PowerShell module.
Connect to Microsoft Entra PowerShell and sign in as at least a Cloud Application Administrator.
Get the application you want to delete by filtering by the application name, then delete the application.
Connect-Entra -Scopes 'Application.ReadWrite.All'
Get-EntraServicePrincipal -Filter "displayName eq 'Test-app1'" | Remove-EntraServicePrincipal
Connect to Microsoft Graph PowerShell and sign in as at least a Cloud Application Administrator:
Connect-MgGraph -Scopes 'Application.ReadWrite.All'
Get the list of enterprise applications in your tenant.
Get-MgServicePrincipal
Record the object ID of the enterprise app you want to delete.
Delete the enterprise application.
Remove-MgServicePrincipal -ServicePrincipalId 'aaaaaaaa-bbbb-cccc-1111-222222222222'
To delete an enterprise application using Graph Explorer, you need to sign in as at least a Cloud Application Administrator.
To get the list of service principals in your tenant, run the following query.
GET https://graph.microsoft.com/v1.0/servicePrincipals
Record the ID of the enterprise app you want to delete.
Delete the enterprise application.
DELETE https://graph.microsoft.com/v1.0/servicePrincipals/{servicePrincipal-id}
Sündmused
9. apr, 15 - 10. apr, 12
Saate tuleviku tehte-ga koodi lisada ning suhelda JDConf 2025 Java partnerite ja ekspertidega.
Registreeruge koheKoolitus
Moodul
Manage Microsoft Entra application access - Training
This module focuses on effectively managing identities and enhancing security in Microsoft Enterprise Identity, ensuring that users, groups, and external identities are protected against security threats and unauthorized access.
Sertimine
Microsoft Certified: Identity and Access Administrator Associate - Certifications
Demonstrate the features of Microsoft Entra ID to modernize identity solutions, implement hybrid solutions, and implement identity governance.