Hi,
I need to delete the attachment from an issue in jira using REST API.
I am using below end point :
/rest/api/3/attachment/{id}
id = Attachment id
The error thrown is 405 Method Not Allowed.
User Role : Project Administrator
Thanks and Regards,
Satish Kumar
Method type should be DELETE.
Could you please confirm if you use the right one?
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.