Use this tutorial to delete branch from remote
Delete Remote branch
git push -d <remote_name> <branchname>
git branch -d <branchname>
Delete Local Branch
git branch -d <branch_name>
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.