npm_unpublish_package
Permanently unpublish an entire npm package and all its versions. Irreversible and blocks the package name for 72 hours; requires 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. |