drive_share_remove_all
Revoke access for every member and pending invitation on a shared Proton Drive path in one call. Requires explicit confirmation to prevent accidental removal.
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. |