Confluence · Arazzo Workflow
Confluence Audit and Prune a Page Attachment
Version 1.0.0
List a page's attachments, inspect one in full, and delete it when the caller confirms.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
audit-page-attachment
Inspect an attachment on a Confluence page and optionally remove it.
Lists a page's attachments, reads the target attachment's full record, and deletes it when deletion is confirmed.
1
listPageAttachments
getPageAttachments
List the attachments on the page to establish the audit context and show what else is stored against this page.
2
inspectAttachment
getAttachmentById
Read the target attachment in full to expose the media type, file size, version, and download link that a listing does not fully carry. This is the evidence the deletion decision rests on.
3
deleteAttachment
deleteAttachment
Delete the inspected attachment. Only reached once the caller has confirmed, and after the full record has been captured above.