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
Copy file name to clipboardExpand all lines: api-reference/beta/api/protectionrulebase-deleteandunprotect.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
42
42
-->
43
43
```http
44
44
POST /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicyId}/driveInclusionRules/{driveProtectionRuleId}/deleteAndUnprotect
45
+
POST /solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicyId}/mailboxInclusionRules/{mailboxProtectionRuleId}/deleteAndUnprotect
45
46
```
46
47
47
48
## Request headers
@@ -73,7 +74,7 @@ The following example shows a request.
73
74
}
74
75
-->
75
76
```http
76
-
POST https://graph.microsoft.com/beta/solutions/backupRestore/driveInclusionRules/40005fb9-2682-47bc-a8f6-6c38c1ff498d/deleteAndUnprotect
77
+
POST https://graph.microsoft.com/beta/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/71633878-8321-4950-bfaf-ed285bdd1461/driveInclusionRules/61633878-8321-4950-bfaf-ed285bdd1461/deleteAndUnprotect
### Example 2: Delete and unprotect a mailboxInclusionRule associated with an Exchange protection policy
113
114
114
-
The following example shows how to update a **mailboxInclusionRule** associated with an[exchangeProtectionPolicy](../resources/exchangeprotectionpolicy.md).
115
+
The following example shows how to delete a **mailboxInclusionRule** associated with a[exchangeProtectionPolicy](../resources/exchangeprotectionpolicy.md).
115
116
116
117
#### Request
117
118
@@ -122,7 +123,7 @@ The following example shows a request.
122
123
}
123
124
-->
124
125
```http
125
-
POST https://graph.microsoft.com/beta/solutions/backupRestore/mailboxInclusionRules/52147fb9-2682-47bc-a8f6-6c38c1ff498d/deleteAndUnprotect
126
+
POST https://graph.microsoft.com/beta/solutions/backupRestore/exchangeProtectionPolicies/6b0991b9-e7d4-4794-86fa-2a3f2a4e3177/mailboxInclusionRules/52147fb9-2682-47bc-a8f6-6c38c1ff498d/deleteAndUnprotect
0 commit comments