Confluence · Arazzo Workflow
Confluence Archive or Delete a Blog Post
Version 1.0.0
Find a blog post by title, archive it to preserve the record, and optionally delete it.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
retire-blog-post
Archive a Confluence blog post and optionally delete it.
Locates a blog post by title, archives it with a version-incremented update, and deletes it only when the caller asks for deletion rather than archival.
1
findBlogPost
Filter current blog posts by exact title so the retirement cannot be applied to the wrong post.
2
readBlogPost
Read the matched post in storage format to capture the body to carry forward and the current version the archive write must supersede.
3
archiveBlogPost
Set the post's status to archived, preserving its content and history while taking it out of circulation.
4
deleteBlogPost
Delete the archived blog post. Only reached when the caller explicitly asked for deletion rather than archival.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.