Skip to content

Commit 2383ce4

Browse files
Fix endpoint for permanent delete calendar API
Corrected endpoint from 'calendar/permanentDelete' to 'calendars/permanentDelete' for user and group requests.
1 parent b9d2135 commit 2383ce4

1 file changed

Lines changed: 2 additions & 2 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)

0 commit comments

Comments
 (0)