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