To remove a role from a user using Drush, we need to simply perform the opposite command by entering the following:
drush user-remove-role 'administrator' 2
We can then list the user information to verify that the role has been removed.

To remove a role from a user using Drush, we need to simply perform the opposite command by entering the following:
drush user-remove-role 'administrator' 2
We can then list the user information to verify that the role has been removed.
