`git branch -d <branch-name>` to just delete...
# random
t
git branch -d <branch-name>
to just delete the branch locally, (or
-D
to force the delete if Git detects you haven't mereged that branch anywhere or if it is generally not advised to delete the branch)