ALM 11.0 - Is it possible to Delete attachments at run step level using REST APIs..?
I was able to successfully get the run steps details using URI GET request as:
/qcbin/rest/domains/<domain>/projects/<prj>/runs/<runid>run-steps/<runstepid>
which shows that some attachment is there. But when i do a GET on:
/qcbin/rest/domains/<domain>/projects/<prj>/runs/<runid>run-steps/<runstepid>/attachments, it errors out with msg starting:
<QCRestException>
<Id>qccore.general-error</Id>
<Title>Not Found</Title>
<StackTrace>javax.ws.rs.WebApplicationException
I am not sure if we can do this in ALM 11.0. Please let me know if you are familiar with this. As a part of cleaning up ALM and free some space, I want to delete all the attachments in the steps of all the Test Runs of my old project.