Delete an attachment
DELETE /io/card/:cardId/attachment/:attachmentId
Delete an attachment.
Example Request
curl -X DELETE \ https://myaccount.leankit.com/io/card/943206946/attachment/943867019 \ -H 'Authorization: Basic base64encodedauthhere'
Example Successful Response
204 No Content