npm_org_member_remove
Remove a member from an npm organization and cascade their team memberships. Requires confirm: true to prevent accidental removal.
Instructions
Remove a user from an org. Their team memberships in that org are also removed. Requires confirm: true — team memberships cascade and cannot be selectively preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization name | |
| user | Yes | npm username | |
| confirm | Yes | Must be literally true. Guards against accidental member removal. |