Delete all merged branches
Delete all merged branches
Path parameters
-
The ID or URL-encoded path of the project.
DELETE
/projects/{id}/repository/merged_branches
curl \
--request DELETE 'https://www.gitlab.com/api/v4/projects/gitlab-org/gitlab/repository/merged_branches' \
--header "Private-Token: $API_KEY"