Delete an attachment

DELETE /io/card/:cardId/attachment/:attachmentId

Delete an attachment.

Example Request

1curl -X DELETE \
3  -H 'Authorization: Basic base64encodedauthhere'

Example Successful Response

204 No Content