wordpress_delete_post
Delete or trash a WordPress post by ID. Choose between permanent removal or moving to trash.
Instructions
Delete or trash a WordPress post.
Args: post_id: Post ID to delete force: If true, permanently delete. If false, move to trash.
Returns: Deletion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||