Skip to main content
Glama

WordPress MCP Server

by RaheesAhmed

wordpress_delete_user

Remove a WordPress user account and transfer their content to another user to maintain site integrity while managing user access.

Instructions

Delete a user (reassign their content to another user)

Input Schema

NameRequiredDescriptionDefault
userIdYes
reassignYes

Input Schema (JSON Schema)

{ "properties": { "reassign": { "type": "number" }, "userId": { "type": "number" } }, "required": [ "userId", "reassign" ], "type": "object" }

Other Tools from WordPress MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/RaheesAhmed/wordpress-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server