Post Tools
wordpress_delete_post
Delete a WordPress post (by default, only Respira-created duplicates can be deleted).
wordpress_delete_post
Delete a post. IMPORTANT: By default, this only works on Respira-created duplicates. The force parameter only works if "Allow Direct Editing" is enabled in Respira settings (disabled by default for safety).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | Post ID |
| force | boolean | No | Force delete even if not a duplicate |
Response
{
"success": true,
"deleted": true,
"id": 202
}
Example Prompts
- "Delete the duplicate post I just created"
- "Delete post 202"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
