Skip to content
Merged
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
10 changes: 5 additions & 5 deletions api-reference/v1.0/api/intune-devices-manageddevice-wipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ The following table shows the parameters that can be used with this action.

|Property|Type|Description|
|:---|:---|:---|
|keepEnrollmentData|Boolean||
|keepUserData|Boolean||
|macOsUnlockCode|String||
|obliterationBehavior|[obliterationBehavior](../resources/intune-devices-obliterationbehavior.md)||
|persistEsimDataPlan|Boolean||
|keepEnrollmentData|Boolean|Uses doWipePersistProvisionedData.|
|keepUserData|Boolean|Uses doWipePersistUserData.|
|macOsUnlockCode|String|A six-digit recovery PIN used when remotely wiping a Mac via MDM.|
|obliterationBehavior|[obliterationBehavior](../resources/intune-devices-obliterationbehavior.md)|This setting controls the fallback wipe method on modern Macs during a remote wipe.|
|persistEsimDataPlan|Boolean|This setting controls whether an eSIM cellular data plan is retained or wiped during a device wipe.|



Expand Down
Loading