Yes, you simply can reset your branch to the previous commit, and force push: the pull request will be automatically updated.
git checkout yourBranch
git reset --hard yourBranch~
git push --force origin yourBranch
Then, if you want to make such an error harder, delete your branch locally: you won't checkout it or use it by mistake.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…