drive_permissions_delete
Revoke a file permission by providing file ID and permission ID to remove access for a user, group, or domain. Use drive_permissions_list to get permission ID.
Instructions
Revoke a permission from a file, removing that user's/group's/domain's access. Per the Drive API: concurrent permissions operations on the same file aren't supported, only the last update is applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The file the permission belongs to | |
| permissionId | Yes | The permission to revoke (get it from drive_permissions_list) |