PHP Class Pantheon\Terminus\Commands\MachineToken\DeleteCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
delete ( string $machine_token_id ) Remove a machine token from the logged-in user's account

Method Details

delete() public method

Remove a machine token from the logged-in user's account
public delete ( string $machine_token_id )
$machine_token_id string The ID of the machine token to be deleted