Allow ability to delete branches with '/` in name
Created by: dantudor
I initially thought the problem from my previous merge request was due to the URL escaping of the branch name.
Investigating the fault further and reading other methods in the commit it is actually a grape routing requirement that was missing from the delete method.