delete_version
Delete a version from Redmine. Issues referencing it will lose their target version association.
Instructions
Delete a version. Issues that reference it are left without a target version.
To take a version out of circulation without losing the historical link, prefer update_version with status='closed'.
Args: version_id: ID of the version to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |