Team Foundation Service で git を使用しており、次のコマンドを実行してリモート ブランチを削除する方法を見つけようとしています。
git push origin --delete TheBranchName
リモートサーバーは次のエラーで拒否し続けます
! [remote rejected] TheBranchName (TF401026: The ForcePush permission is required to perform this action.) error: failed to push some refs to 'https://xxx.visualstudio.com/DefaultCollection/_git/Xxxxxx'
TFSでユーザーに正しい権限を設定する方法はありますか?