Skip to content

Commit c50cee7

Browse files
committed
Learn Editor: Update delete-application-portal.md
1 parent 226cf3f commit c50cee7

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,25 @@ 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. 1. To get the list of applications in your tenant, run the following query.
104+
104105

105-
```http
106-
GET /servicePrincipals
106+
```http
107+
GET
107108
```
109+
108110
1. Record the ID of the enterprise app you want to delete.
109111
1. Delete the enterprise application.
110-
111-
```http
112-
DELETE /servicePrincipals/{id}
112+
113+
1.
114+
```http
115+
DELETE
113116
```
114117

118+
115119
:::zone-end
116120

117121
## Next steps
118122

119123
- [Restore a deleted enterprise application](restore-application.md)
124+

0 commit comments

Comments
 (0)