share_remove_user
Remove a user's access to a notebook by specifying the notebook name or ID and the user's email. Use confirm=True to execute, or preview changes with confirm=False.
Instructions
Remove a user's access to a notebook. Accepts a notebook name or ID.
Confirm-gated: called with confirm=False (default) it does NOT mutate —
it returns a needs_confirmation preview. Call with confirm=True to
actually remove the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| confirm | No | ||
| notebook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||