jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
450 stars 169 forks source link

Add a method for deleting attachments #324

Closed Amontiljado closed 3 years ago

Amontiljado commented 3 years ago

Hello,

I noticed that currently an API does not support the Delete attachment method (which was already requested in #296 ), so here is its implementation.