Delete a branch
DELETE
/projects/{id}/repository/branches/{branch}
curl \
--request DELETE 'https://www.gitlab.com/api/v4/projects/{id}/repository/branches/{branch}' \
--header "Private-Token: $API_KEY"
Delete a branch
curl \
--request DELETE 'https://www.gitlab.com/api/v4/projects/{id}/repository/branches/{branch}' \
--header "Private-Token: $API_KEY"