@@ -34,8 +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
38- POST /groups/{groupsId}/calendar/permanentDelete
37+ POST /users/{id | userPrincipalName}/calendar/{calendarId}/permanentDelete
3938```
4039
4140## Request headers
@@ -57,7 +56,7 @@ If successful, this action returns a `204 No Content` response code.
5756### Request
5857
5958The following example shows a request.
60- # [ HTTP ] ( #tab/http )
59+
6160<!-- {
6261 "blockType": "request",
6362 "name": "calendarthis.permanentdelete"
@@ -67,34 +66,6 @@ The following example shows a request.
6766POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/calendar/permanentDelete
6867```
6968
70- # [ C#] ( #tab/csharp )
71- [ !INCLUDE [ sample-code] ( ../includes/snippets/csharp/calendarthispermanentdelete-csharp-snippets.md )]
72- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
73-
74- # [ Go] ( #tab/go )
75- [ !INCLUDE [ sample-code] ( ../includes/snippets/go/calendarthispermanentdelete-go-snippets.md )]
76- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
77-
78- # [ Java] ( #tab/java )
79- [ !INCLUDE [ sample-code] ( ../includes/snippets/java/calendarthispermanentdelete-java-snippets.md )]
80- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
81-
82- # [ JavaScript] ( #tab/javascript )
83- [ !INCLUDE [ sample-code] ( ../includes/snippets/javascript/calendarthispermanentdelete-javascript-snippets.md )]
84- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
85-
86- # [ PHP] ( #tab/php )
87- [ !INCLUDE [ sample-code] ( ../includes/snippets/php/calendarthispermanentdelete-php-snippets.md )]
88- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
89-
90- # [ PowerShell] ( #tab/powershell )
91- [ !INCLUDE [ sample-code] ( ../includes/snippets/powershell/calendarthispermanentdelete-powershell-snippets.md )]
92- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
93-
94- # [ Python] ( #tab/python )
95- [ !INCLUDE [ sample-code] ( ../includes/snippets/python/calendarthispermanentdelete-python-snippets.md )]
96- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
97-
9869---
9970
10071### Response
0 commit comments