Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
posts_deleteTOOL
Delete a post by its ID. This action cannot be undone.
Pass --force to skip the confirmation prompt (required when called programmatically or by agents).
Pass --delete-from-platforms to also remove the published post from the social platforms themselves (where supported).
Parameters
postId *string
Positional argument postId
force?boolean
Skip confirmation
deleteFromPlatforms?boolean
Also delete the published post from the platforms
Request example
{ "method": "tools/call", "params": { "name": "posts_delete", "arguments": { "postId": "string", "force": true, "deleteFromPlatforms": true } } }