PHP Class Pantheon\Terminus\Commands\Org\Team\RemoveCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand
Exibir arquivo Open project: pantheon-systems/terminus

Public Methods

Method Description
remove ( string $organization, string $member ) Remove a team member from an organization

Method Details

remove() public method

Remove a team member from an organization
public remove ( string $organization, string $member )
$organization string The name or UUID of the organization to remove a team member from
$member string The UUID, email address, or full name of the team member to remove from this organization