Skip to main content

wp super-admin remove

Overview

Immediately revoke a user's network-wide administrative powers. The user will retain any site-specific roles they have, but they will no longer have access to the Network Admin dashboard.

Syntax

wp super-admin remove <user>...

Basic Usage

wp super-admin remove 12

Output:

Success: Revoked super-admin capabilities from user with ID 12.

Best Practices

  1. Verify before removal — Ensure you aren't removing the last super admin (though WP usually prevents this).
  2. Follow-up with role check — If the user is leaving the project entirely, you may also want to delete the user or change their role on individual sites.

Next Steps