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
Remove a retention label from a [driveItem](../resources/driveitem.md).
17
+
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.
18
18
19
19
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).
20
20
@@ -28,7 +28,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
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).
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).
> When delegated permissions are used, only members who are assigned the `PrincipalOwner` or `Owner` role can call this method.
34
+
35
+
## HTTP request
36
+
37
+
```http
38
+
POST /storage/fileStorage/containers/{containerId}/unarchive
39
+
```
40
+
41
+
## Request body
42
+
43
+
Don't supply a request body for this method.
44
+
45
+
## Request headers
46
+
47
+
|Name|Description|
48
+
|:---|:---|
49
+
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
50
+
51
+
## Response
52
+
53
+
If successful, this method returns a `202 Accepted` response code. The response also contains a `Location` header, which contains the location of the container that is unarchived. To check the status of the unarchive operation, make a GET request to the location URL.
0 commit comments