delete-user
Remove a WordPress user account and reassign their posts to another user using the WordPress MCP Server tool. Simplify user management with secure programmatic actions.
Instructions
Delete a WordPress user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
password | Yes | WordPress application password | |
reassignId | Yes | ID of the user to reassign posts to | |
siteUrl | Yes | WordPress site URL | |
userId | Yes | User ID or 'me' for current user | |
username | Yes | WordPress username |