delete_skill_version
Permanently delete a specific version of a skill, excluding the working draft and published version. The version can be restored before it is purged.
Instructions
Permanently remove one entry from a skill's version history. The working draft and the currently published version are protected and cannot be targeted this way. Recoverable with restore_deleted_skill_version until it is purged for good.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The skill's id. | |
| confirm | Yes | Must be true. Acknowledges you understand this is destructive. | |
| versionId | Yes | The version row's UUID (not the checkpoint number). |