Skip to content

Commit da9f7cf

Browse files
committed
Fix
1 parent 02e946a commit da9f7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ 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. 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
# [HTTP](#tab/http)
106106
```http
@@ -132,7 +132,7 @@ Delete an enterprise application using [Graph Explorer](https://developer.micros
132132

133133
# [HTTP](#tab/http)
134134
```http
135-
DELETE /servicePrincipals/{id}
135+
DELETE https://graph.microsoft.com/v1.0/servicePrincipals/{servicePrincipal-id}
136136
```
137137

138138
# [C#](#tab/csharp)

0 commit comments

Comments
 (0)