Hi ,
I attached wrong documents in several issues in on demand JIRA, so need to develop a REST API for deleting the attachemts from on demand JIRA.
Please share the REST API format.
Thanks.
Community moderators have prevented the ability to post new answers.
you have to use this following rest api
/rest/api/2/attachment/{id}(DELETE)
check this doc
https://developer.atlassian.com/static/rest/jira/5.1.6.html#id127779
check this post it is related to your requirement
https://answers.atlassian.com/questions/164776/is-there-a-way-to-remove-multiple-attachments-in-jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.