wp_delete_post
Delete a WordPress post by moving it to trash or permanently deleting it with the force option.
Instructions
Delete a post (moves to trash, or permanently if force=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID | |
| force | No | Bypass trash and delete permanently |