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