confluence_delete_blog_post
Delete a blog post. Moves to trash by default. Use purge to permanently delete.
Instructions
Delete a blog post. By default moves to trash; use purge=true to permanently delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | If true, delete a draft blog post | |
| purge | No | If true, permanently delete (only works on trashed blog posts) | |
| blogPostId | Yes | The ID of the blog post to delete |