npm_unpublish_package
Remove an entire package and all its versions from the npm registry. Irreversible: the package name becomes unavailable for 72 hours. Requires explicit confirmation.
Instructions
Unpublish an ENTIRE package (all versions). DELETE /{pkg}/-rev/{rev}. IRREVERSIBLE: the name is blocked for 72 hours and cannot be re-published. For single-version unpublish prefer npm_unpublish_version. Requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| confirm | Yes | Must be literally true. Guards against accidental full unpublish. |