7.2.5. Removing a Member

Remove an existing member from a domain with the following command, specifying the domain name with the -n option and the user name to be removed:
$ rhc member remove -n Domain_Name user@myemail.com
Alternatively, remove all existing members from a domain by including the --all option:
$ rhc member remove -n Domain_Name --all
Removing a Team

Remove a team from a domain by specifying the team name and adding the --type option:

$ rhc member remove Team_Name -n Domain_Name --type team