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