Skip to main content

Hello,
I would like to remove an attachment from a Trello card OR update it with a new copy of the attached file.
I cannot seem to find and obvious way to do this, any help would be greatly appreciated!
Thank you!

@Rhys you need to perform an API Call via JS/Python or DELETE request, more infos can be found here: https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-idattachment-delete

If you need help setting this up contact us :) 


@Wemakefuture Thank you! this points me in the right direction, I just cant figure out how to find the attachment ID so i can specify which attachment to delete.