Application API (v1): Delete an Attachment
This method deletes a single file attachment from a Card. A successful delete will return a ReplyCode
of 203.
Request URL (POST):
https://{accountname}.leankit.com/kanban/api/card/DeleteAttachment/{boardId}/{cardId}/{attachmentId}
Sample Request:
https://myaccount.leankit.com/kanban/api/card/DeleteAttachment/101000/101622/116800
Sample Response:
{ "ReplyData": [ 13 ], "ReplyCode": 203, "ReplyText": "The Attachment was successfully deleted." }