remove_drive_permission_tool
Remove user access permissions from Google Drive files and folders by specifying the user email, file ID, and permission ID.
Instructions
Remove a permission from a file or folder.
Args: user_google_email: The user's Google email address file_id: The file or folder ID permission_id: The permission ID to remove (from list_drive_permissions)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| file_id | Yes | ||
| permission_id | Yes |