delete_blog_post
Permanently delete a post.
Permanently delete a post. This cannot be undone. The post is removed from Pendium and unlinked from any workflow that referenced it. Find the postId with list_blog_posts.
Deprecated alias:
delete_postis still accepted butdelete_blog_postis the canonical name.
Authentication: Required. Available on any plan.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | number | Yes | The agent the post belongs to. |
postId | string | Yes | The post to delete permanently. From list_blog_posts. |
Behavior
Synchronous and permanent — there is no undo. The post row is deleted and any workflow_items that referenced it are unlinked. Anything already live on a connected third-party platform (CMS, social) is not affected. Any team member with access to the agent can delete a post, including ones that are already published.
Blog-only over MCP (MEE-1995): this tool operates on blog posts only. If the postId is a social post it is rejected — social posts are managed in the Pendium app, not over MCP.