File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
3434}
3535-->
3636``` http
37- POST /users/{usersId}/calendar /permanentDelete
37+ POST /users/{usersId}/calendars /permanentDelete
3838POST /groups/{groupsId}/calendar/permanentDelete
3939```
4040
@@ -64,7 +64,7 @@ The following example shows a request.
6464}
6565-->
6666``` http
67- POST https://graph.microsoft.com/beta/users/{usersId}/calendar /permanentDelete
67+ POST https://graph.microsoft.com/beta/users/{usersId}/calendars /permanentDelete
6868```
6969
7070# [ C#] ( #tab/csharp )
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
3434}
3535-->
3636``` http
37- POST /users/{id | userPrincipalName}/calendar /{calendarId}/permanentDelete
37+ POST /users/{id | userPrincipalName}/calendars /{calendarId}/permanentDelete
3838```
3939
4040## Request headers
@@ -64,7 +64,7 @@ The following example shows a request.
6464}
6565-->
6666``` http
67- POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/calendar /permanentDelete
67+ POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/calendars /permanentDelete
6868```
6969
7070# [ C#] ( #tab/csharp )
You can’t perform that action at this time.
0 commit comments