npm_team_delete
Delete an npm team by providing '@scope:team' and confirm: true. Removes all package permissions and team memberships in one operation.
Instructions
Delete a team. Team is passed as '@scope:team'. Revokes all package permissions that team held, and team memberships are also removed. Requires confirm: true — this removes the team and all its package grants in one call. List the team's current grants with npm_team_packages first if you need to preserve them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team in the form '@scope:team' | |
| confirm | Yes | Must be literally true. Guards against accidental team deletion. |