def unset_role(username, role):
    '''
    Remove role from username

    .. code-block:: bash