You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/manage-apps/delete-application-portal.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,9 @@ To delete an enterprise application, you need:
37
37
38
38
:::zone pivot="portal"
39
39
40
-
1. Sign in to the [Azure portal](https://portal.azure.com) and sign in using one of the roles listed in the prerequisites.
41
-
1. In the left menu, select **Enterprise applications**. The **All applications** pane opens and displays a list of the applications in your Azure AD tenant. Search for and select the application that you want to delete. In this article, we use the **Azure AD SAML Toolkit 1** as an example.
40
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
1. 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 **Azure AD SAML Toolkit 1** as an example.
42
43
1. In the **Manage** section of the left menu, select **Properties**.
43
44
1. At the top of the **Properties** pane, select **Delete**, and then select **Yes** to confirm you want to delete the application from your Azure AD tenant.
44
45
@@ -57,7 +58,7 @@ To delete an enterprise application, you need:
57
58
Import-Module AzureAD
58
59
```
59
60
60
-
1. Connect to Azure AD PowerShell:
61
+
1. Connect to Azure AD PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator):
61
62
62
63
```powershell
63
64
Connect-AzureAD
@@ -77,7 +78,7 @@ To delete an enterprise application, you need:
77
78
78
79
:::zone pivot="ms-powershell"
79
80
80
-
1. Connect to Microsoft Graph PowerShell:
81
+
1. Connect to Microsoft Graph PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator):
81
82
82
83
```powershell
83
84
Connect-MgGraph -Scopes 'Application.Read.All'
@@ -101,7 +102,8 @@ To delete an enterprise application, you need:
101
102
102
103
:::zone pivot="ms-graph"
103
104
104
-
Delete an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer).
105
+
To delete an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer), you need to sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
106
+
105
107
1. To get the list of service principals in your tenant, run the following query.
0 commit comments