delete_version
Delete a version from a Backlog project using its numeric ID. Provide project ID or key to ensure the correct project is updated.
Instructions
Deletes a version from a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric ID of the version to delete (e.g., 67890) | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') |