Pantheon\Terminus\Models\SavedToken::delete PHP Method

delete() public method

Delete the token.
public delete ( )
    public function delete()
    {
        $this->getDataStore()->remove($this->id);
    }