You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> *`Sites.FullControl.All` is the least privileged permission required to remove retention labels that classify the content as records.
31
+
> *`Sites.FullControl.All` is the least privileged permission required to remove retention labels that classify the content as records in SharePoint Online and OneDrive.
32
32
> * The removal of a *Record* retention label isn't supported when using app-only authentication. This operation requires a delegated user context.
Cancel one or more [workflow](../resources/identitygovernance-workflow.md) runs that are currently in `queued` or `inProgress` status. Currently limited to canceling one run per request.
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
description: "Remove a retention label from a driveItem."
3
+
description: "Remove the retention label from a driveItem."
4
4
author: "kyracatwork"
5
5
ms.localizationpriority: medium
6
6
ms.subservice: "onedrive"
7
7
doc_type: apiPageType
8
-
ms.date: 11/06/2025
8
+
ms.date: 03/20/2026
9
9
---
10
10
11
11
# driveItem: removeRetentionLabel
12
12
13
13
Namespace: microsoft.graph
14
14
15
-
Remove a retention label from a [driveItem](../resources/driveitem.md).
15
+
Remove the retention label from a [driveItem](../resources/driveitem.md). This operation clears the retention label and all associated retention settings enforced on the item.
16
16
17
17
For information about retention labels from an administrator's perspective, see [Use retention labels to manage the lifecycle of documents stored in SharePoint](/microsoft-365/compliance/auto-apply-retention-labels-scenario).
18
18
@@ -26,7 +26,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
> `Sites.FullControl.All` is the least privileged permission required to remove retention labels that classify the content as records.
29
+
> *`Sites.FullControl.All` is the least privileged permission required to remove retention labels that classify the content as records in SharePoint Online and OneDrive.
30
+
> * The removal of a *Record* retention label isn't supported when using app-only authentication. This operation requires a delegated user context.
0 commit comments