deleteVersion
Delete version
DELETE /rest/api/3/version/{id} HTTP/1.1Parameters
{
"id": {
"description": "The ID of the version.",
"required": true,
"location": "path",
"type": "string"
},
"moveFixIssuesTo": {
"description": "The ID of the version to update `fixVersion` to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.",
"required": false,
"location": "query",
"type": "string"
},
"moveAffectedIssuesTo": {
"description": "The ID of the version to update `affectedVersion` to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.",
"required": false,
"location": "query",
"type": "string"
}
}