delete_version
Removes a specified version from a Backlog project using the version's numeric ID.
Instructions
Deletes a version from a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| id | Yes | The numeric ID of the version to delete (e.g., 67890) | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |