remove_permission
Remove a user's access to a Google Docs document by specifying the document ID and permission ID obtained from list_permissions.
Instructions
Remove a user's access to a document.
The permission ID can be obtained from list_permissions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the document | |
| permission_id | Yes | The ID of the permission to remove |