User Toolswordpress_delete_user
User Tools

wordpress_delete_user

Delete a WordPress user (optionally reassign their posts).

wordpress_delete_user

Delete a user.

Parameters

ParameterTypeRequiredDescription
idnumberYesUser ID
reassignnumberNoUser 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"

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