haops_deprecate_skill_pack
Deprecate a skill pack by soft-deleting it. Admin-only; system packs cannot be deleted and require updating skill IDs instead.
Instructions
Soft-delete (deprecate) a skill pack — paranoid destroy on a single row (packs are unversioned, no cascade). Admin only, requires ENABLE_COMPOSED_PROTOCOLS=true. System packs (isSystem=true) cannot be deleted — the server returns 403; to "deprecate" a system pack, update its skillIds to empty via haops_update_skill_pack instead, or remove the seeder entry in code. Returns the server confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Kebab-case name of the pack to deprecate. | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) |