> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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`.

<Note>
  External Documentation

  To learn more, visit the [OneDrive documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/permission_delete?view=odsp-graph-online).
</Note>

## Parameters

<div className="integrations-table">
  | 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.                                                                                          |
</div>

## Example Output

```json theme={"dark"}
{}
```

## Workflow Library Example

[Delete Item Permission with Onedrive and Send Results Via Email](https://library.blinkops.com/workflows/delete-item-permission-with-onedrive-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/delete-item-permission-with-onedrive-and-send-results-via-email/canvas" />
</div>
