Question

Is there a way to delete Trello card attachments?

  • 20 July 2021
  • 2 replies
  • 354 views

Userlevel 1

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!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 6
Badge +7

@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 :) 

Userlevel 1

@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.