delete-user
Remove a WordPress user and reassign their posts to another user using the WordPress MCP Server. Requires site URL, username, password, user ID, and reassign ID for secure management.
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 |