Excluindo ramificação mestre remota, recusada devido a ser ramificação atual

Como faço para excluir um ramo mestre remoto do GitHub / Bitbucket?

Estou tentando:

# git push bb --delete master
remote: bb/acl: user is allowed. accepted payload.[K
remote: error: refusing to delete the current branch: refs/heads/master[K
To ssh://[email protected]/user/reponame.git
 ! [remote rejected] master (deletion of the current branch prohibited)
error: failed to push some refs to 'ssh://[email protected]/user/reponame.git' 

Eu também tentei

git push bb :master

Mas tudo isso não é trabalho.

questionAnswers(2)

yourAnswerToTheQuestion