File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
34
34
}
35
35
-->
36
36
``` http
37
- POST /users/{id | userPrincipalName }/calendar/permanentDelete
37
+ POST /users/{usersId }/calendar/permanentDelete
38
38
POST /groups/{groupsId}/calendar/permanentDelete
39
39
```
40
40
@@ -63,7 +63,7 @@ The following example shows a request.
63
63
}
64
64
-->
65
65
``` http
66
- POST https://graph.microsoft.com/v1.0/users/fredsm @contoso.com/calendar/permanentDelete
66
+ POST https://graph.microsoft.com/v1.0/users/bob @contoso.com/calendar/permanentDelete
67
67
```
68
68
69
69
### Response
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
32
32
}
33
33
-->
34
34
``` http
35
- POST /users/{id | userPrincipalName }/contacts/{contactId}/permanentDelete
36
- POST /users/{id | userPrincipalName }/contactFolders/{contactFolderId}/contacts/{contactId}/permanentDelete
35
+ POST /users/{usersId }/contacts/{contactId}/permanentDelete
36
+ POST /users/{usersId }/contactFolders/{contactFolderId}/contacts/{contactId}/permanentDelete
37
37
```
38
38
39
39
## Request headers
@@ -61,7 +61,7 @@ The following example shows a request.
61
61
}
62
62
-->
63
63
``` http
64
- POST https://graph.microsoft.com/v1.0/users/fredsm @contoso.com/contacts/AAsdjipajdwnoiwsda=/permanentDelete
64
+ POST https://graph.microsoft.com/v1.0/users/bob @contoso.com/contacts/AAsdjipajdwnoiwsda=/permanentDelete
65
65
```
66
66
67
67
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
33
33
}
34
34
-->
35
35
``` http
36
- POST /users/{id | userPrincipalName }/contactFolders/{contactFolderId}/permanentDelete
37
- POST /users/{id | userPrincipalName }/contactFolders/{contactFolderId}/childFolders/{contactFolderId}/permanentDelete
36
+ POST /users/{usersId }/contactFolders/{contactFolderId}/permanentDelete
37
+ POST /users/{usersId }/contactFolders/{contactFolderId}/childFolders/{contactFolderId}/permanentDelete
38
38
```
39
39
40
40
## Request headers
@@ -62,7 +62,7 @@ The following example shows a request.
62
62
}
63
63
-->
64
64
``` http
65
- POST https://graph.microsoft.com/v1.0/users/fredsm @contoso.com/contactFolders/AAlkasjlaskflakwndwkc=/permanentDelete
65
+ POST https://graph.microsoft.com/v1.0/users/bob @contoso.com/contactFolders/AAlkasjlaskflakwndwkc=/permanentDelete
66
66
```
67
67
68
68
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ Choose the permission or permissions marked as least privileged for this API. Us
32
32
}
33
33
-->
34
34
``` http
35
- POST /users/{id | userPrincipalName }/events/{eventId}/permanentDelete
35
+ POST /users/{usersId }/events/{eventId}/permanentDelete
36
36
POST /groups/{groupsId}/events/{eventId}/permanentDelete
37
- POST /users/{id | userPrincipalName }/calendarView/{eventId}/permanentDelete
37
+ POST /users/{usersId }/calendarView/{eventId}/permanentDelete
38
38
POST /groups/{groupsId}/calendarView/{eventId}/permanentDelete
39
- POST /users/{id | userPrincipalName }/messages/{messageId}/event/permanentDelete
40
- POST /users/{id | userPrincipalName }/messages/{messageId}/event/instances/{eventId}/permanentDelete
41
- POST /users/{id | userPrincipalName }/messages/{messageId}/event/calendar/events/{eventId}/permanentDelete
42
- POST /users/{id | userPrincipalName }/messages/{messageId}/event/exceptionOccurrences/{eventId}/permanentDelete
43
- POST /users/{id | userPrincipalName }/messages/{messageId}/event/calendar/calendarView/{eventId}/permanentDelete
39
+ POST /users/{usersId }/messages/{messageId}/event/permanentDelete
40
+ POST /users/{usersId }/messages/{messageId}/event/instances/{eventId}/permanentDelete
41
+ POST /users/{usersId }/messages/{messageId}/event/calendar/events/{eventId}/permanentDelete
42
+ POST /users/{usersId }/messages/{messageId}/event/exceptionOccurrences/{eventId}/permanentDelete
43
+ POST /users/{usersId }/messages/{messageId}/event/calendar/calendarView/{eventId}/permanentDelete
44
44
```
45
45
46
46
## Request headers
@@ -68,7 +68,7 @@ The following example shows a request.
68
68
}
69
69
-->
70
70
``` http
71
- POST https://graph.microsoft.com/v1.0/users/fredsm @contoso.com/events /AAasdijs0acjdjlksca=/permanentDelete
71
+ POST https://graph.microsoft.com/v1.0/users/bob @contoso.com/AAasdijs0acjdjlksca=/permanentDelete
72
72
```
73
73
74
74
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
34
34
}
35
35
-->
36
36
``` http
37
- POST /users/{id | userPrincipalName }/mailFolders/{mailFolderId}/permanentDelete
38
- POST /users/{id | userPrincipalName }/mailFolders/{mailFolderId}/childFolders/{mailFolderId}/permanentDelete
37
+ POST /users/{usersId }/mailFolders/{mailFolderId}/permanentDelete
38
+ POST /users/{usersId }/mailFolders/{mailFolderId}/childFolders/{mailFolderId}/permanentDelete
39
39
```
40
40
41
41
## Request headers
@@ -63,7 +63,7 @@ The following example shows a request.
63
63
}
64
64
-->
65
65
``` http
66
- POST https://graph.microsoft.com/v1.0/users/fredsm @contoso.com/mailFolders/AAsadaksdjlknsca=/permanentDelete
66
+ POST https://graph.microsoft.com/v1.0/users/bob @contoso.com/mailFolders/AAsadaksdjlknsca=/permanentDelete
67
67
```
68
68
69
69
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
32
32
}
33
33
-->
34
34
``` http
35
- POST /users/{id | userPrincipalName }/messages/{messageId}/permanentDelete
36
- POST /users/{id | userPrincipalName }/mailFolders/{mailFolderId}/messages/{messageId}/permanentDelete
35
+ POST /users/{usersId }/messages/{messageId}/permanentDelete
36
+ POST /users/{usersId }/mailFolders/{mailFolderId}/messages/{messageId}/permanentDelete
37
37
```
38
38
39
39
## Request headers
@@ -61,7 +61,7 @@ The following example shows a request.
61
61
}
62
62
-->
63
63
``` http
64
- POST https://graph.microsoft.com/v1.0/users/fredsm @contoso.com/messages/AAsdkjasdlknca=/permanentDelete
64
+ POST https://graph.microsoft.com/v1.0/users/bob @contoso.com/messages/AAsdkjasdlknca=/permanentDelete
65
65
```
66
66
67
67
You can’t perform that action at this time.
0 commit comments