Skip to content

Commit ce02e6f

Browse files
authored
Merge pull request #9882 from naiyaarora1016/patch-1
Fix endpoint path for calendar permanent delete
2 parents e8f3497 + 2383ce4 commit ce02e6f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-reference/beta/api/calendar-permanentdelete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3838
POST /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)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)