Skip to content

Commit 64c155f

Browse files
authored
Merge pull request #9333 from wendy-riedy/patch-2
Update educationclass-delete-members.md - fix delete example
2 parents af5d224 + 0d22a3a commit 64c155f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reference/beta/api/educationclass-delete-members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following example shows a request.
5353
"sampleKeys": ["11003", "14008"]
5454
}-->
5555
```http
56-
DELETE https://graph.microsoft.com/beta/education/classes/11003/members/14008
56+
DELETE https://graph.microsoft.com/beta/education/classes/11003/members/14008/$ref
5757
```
5858

5959
# [JavaScript](#tab/javascript)

api-reference/v1.0/api/educationclass-delete-members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following example shows a request.
5050
"name": "create_educationclass_from_educationschool_1"
5151
}-->
5252
```http
53-
DELETE https://graph.microsoft.com/v1.0/education/classes/{class-id}/members/{member-id}
53+
DELETE https://graph.microsoft.com/v1.0/education/classes/{class-id}/members/{member-id}/$ref
5454
```
5555

5656
# [JavaScript](#tab/javascript)

0 commit comments

Comments
 (0)