PHP Class Pantheon\Terminus\Commands\SSHKey\RemoveCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand
Show file Open project: pantheon-systems/terminus

Public Methods

Method Description
delete ( string $ssh_key_id ) Remove an SSH key from the logged-in user's account

Method Details

delete() public method

Remove an SSH key from the logged-in user's account
public delete ( string $ssh_key_id )
$ssh_key_id string The ID or label of the SSH key to be deleted