Skip to content

Commit 61b2de6

Browse files
authored
Fix Learn Editor bug
1 parent 8071b9d commit 61b2de6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/active-directory/manage-apps/delete-application-portal.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,18 @@ To delete an enterprise application, you need:
100100
:::zone pivot="ms-graph"
101101

102102
Delete an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer).
103-
1. 1. To get the list of applications in your tenant, run the following query.
103+
1. To get the list of service principals in your tenant, run the following query.
104104

105105

106-
```http
107-
GET
106+
```http
107+
GET https://graph.microsoft.com/v1.0/servicePrincipals
108108
```
109109

110110
1. Record the ID of the enterprise app you want to delete.
111111
1. Delete the enterprise application.
112112

113-
1.
114-
```http
115-
DELETE
113+
```http
114+
DELETE https://graph.microsoft.com/v1.0/servicePrincipals/{servicePrincipal-id}
116115
```
117116

118117

0 commit comments

Comments
 (0)