Skip to content

Commit f9a0812

Browse files
authored
Update user ID in API examples
1 parent ab8a7c8 commit f9a0812

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-reference/v1.0/api/calendar-permanentdelete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following example shows a request.
6363
}
6464
-->
6565
``` http
66-
POST https://graph.microsoft.com/v1.0/users/bob@contoso.com/calendar/permanentDelete
66+
POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/calendar/permanentDelete
6767
```
6868

6969
### Response

api-reference/v1.0/api/contact-permanentdelete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following example shows a request.
6161
}
6262
-->
6363
``` http
64-
POST https://graph.microsoft.com/v1.0/users/bob@contoso.com/contacts/AAsdjipajdwnoiwsda=/permanentDelete
64+
POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/contacts/AAsdjipajdwnoiwsda=/permanentDelete
6565
```
6666

6767

api-reference/v1.0/api/contactfolder-permanentdelete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following example shows a request.
6262
}
6363
-->
6464
``` http
65-
POST https://graph.microsoft.com/v1.0/users/bob@contoso.com/contactFolders/AAlkasjlaskflakwndwkc=/permanentDelete
65+
POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/contactFolders/AAlkasjlaskflakwndwkc=/permanentDelete
6666
```
6767

6868

0 commit comments

Comments
 (0)