drive_share_remove_all
Remove all sharing access from a Proton Drive path by revoking every member and pending invitation in one call. Requires explicit confirmation and is ideal for bulk revocation.
Instructions
Remove access for every member and every pending invitation (Proton and non-Proton) on a shared Proton Drive path, in a single call. Requires authentication and confirmed=true. Use drive_share_status first to show the user who currently has access. For removing one specific person, use drive_share_revoke instead — it is cheaper and less error-prone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path to strip all sharing access from (must start with '/'). | |
| confirmed | Yes | Must be true. Confirms the user has acknowledged this removes everyone's access at once. |