delete_prompt_snippet_version
Permanently remove a specific version from a prompt snippet's version history. The working draft and published version are protected. This action is destructive but recoverable until purged.
Instructions
Permanently remove one entry from a prompt_snippet's version history. The working draft and the currently published version are protected and cannot be targeted this way. Recoverable with restore_deleted_prompt_snippet_version until it is purged for good.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The prompt_snippet's id. | |
| confirm | Yes | Must be true. Acknowledges you understand this is destructive. | |
| versionId | Yes | The version row's UUID (not the checkpoint number). |