Deleting roles using Drush is also simple when using the drush role-delete command with the name of the role passed as an argument.
For example, if we want to delete the editor role from Drupal, we can enter the following command in a terminal window:
drush role-delete editor

We can then list the role information to verify that the role has been deleted:
