Delete Item Permission
Deletes an item's permission.
- Least privileged Microsoft Graph permission to access the action via application:
Files.ReadWrite.All
. - Higher privileged Microsoft Graph permission to access the action via application:
Sites.ReadWrite.All
.
External Documentation
To learn more, visit the OneDrive documentation.
Parameters
Parameter | Description |
---|---|
Item ID | User, group or site ID depending on the chosen Entity Type. Leave as 'root' to delete a permission of the parent Drive Item. |
Parent ID | User, group or site ID depending on the chosen Entity Type. |
Parent Type | The type of target for which to retrieve items. |
Permission ID | The ID of the permission to delete. |
Example Output
{}
Workflow Library Example
Delete Item Permission with Onedrive and Send Results Via Email
Preview this Workflow on desktop