wp_delete_user
Remove a user account from WordPress and optionally reassign their content to another user.
Instructions
Deletes a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The ID of the user to delete. | |
| reassign | No | The ID of a user to reassign the deleted user's content to. |