Skip to main content
trello.deleteAttachment removes a URL or uploaded-file attachment.
automations/delete-trello-attachment.automation.ts
Provide card and a stable attachmentId. card accepts an ID, short link, or URL. Optional second argument { account } defaults to the project binding. Returns Signal<{ attachmentId: string; deleted: true }>.