Excluir um branch remoto no git

$ git push origin --delete [branch-name]

ou

$ git push origin :[branch-name]