npm_org_member_remove
Remove a user from an npm organization, deleting their team memberships in the process. Requires explicit confirmation 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. |