User Tools
wordpress_delete_user
Delete a WordPress user (optionally reassign their posts).
wordpress_delete_user
Delete a user.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | User ID |
| reassign | number | No | User ID to reassign posts to (optional) |
Response
{
"success": true,
"deleted": true,
"id": 55
}
Example Prompts
- "Delete user 55 and reassign posts to user 1"
- "Remove the old contractor account"
Related Tools
Notes
- Prefer reassigning content to an admin/editor instead of deleting posts
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
