npm_team_revoke
Revoke a team's access to an npm package. Specify the team as '@scope:team'; the team itself remains intact.
Instructions
Revoke a team's access to a package. Team is passed as '@scope:team'. Does not delete the team itself — use npm_team_delete for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team in the form '@scope:team' | |
| package | Yes | Package name. Field is named 'package' to match the npm CLI (diverges from 'name' used elsewhere in this server). |