Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/beta/api/calendar-permanentdelete.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
}
-->
``` http
POST /users/{usersId}/calendar/permanentDelete
POST /users/{usersId}/calendars/permanentDelete
POST /groups/{groupsId}/calendar/permanentDelete
```

Expand Down Expand Up @@ -64,7 +64,7 @@ The following example shows a request.
}
-->
``` http
POST https://graph.microsoft.com/beta/users/{usersId}/calendar/permanentDelete
POST https://graph.microsoft.com/beta/users/{usersId}/calendars/permanentDelete
```

# [C#](#tab/csharp)
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/api/calendar-permanentdelete.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
}
-->
``` http
POST /users/{id | userPrincipalName}/calendar/{calendarId}/permanentDelete
POST /users/{id | userPrincipalName}/calendars/{calendarId}/permanentDelete
Comment thread
Lauragra marked this conversation as resolved.
```

## Request headers
Expand Down Expand Up @@ -64,7 +64,7 @@ The following example shows a request.
}
-->
``` http
POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/calendar/permanentDelete
POST https://graph.microsoft.com/v1.0/users/b4c80c57-5c59-4a3d-912a-a83985988b82/calendars/permanentDelete
```

# [C#](#tab/csharp)
Expand Down
Loading