screwdriver icon indicating copy to clipboard operation
screwdriver copied to clipboard

Unable to delete a specific version of a pipeline template

Open sagar1312 opened this issue 1 year ago • 0 comments

What happened: API /pipeline/templates/{templateNamespace}/{templateName}/versions/{version} to delete a specific version of a pipeline template fails with the below errot

{
    "statusCode": 500,
    "error": "Internal Server Error",
    "message": "templateVersion.remove is not a function"
}

What you expected to happen: API should delete the version and associated tags and return HTTP status 204

How to reproduce it:

sagar1312 avatar Mar 27 '24 17:03 sagar1312