deleteMergedBranches

@DELETE(value = "projects/{id}/repository/merged_branches")
abstract suspend fun deleteMergedBranches(@Path(value = "id") id: String): Result<Unit>

Delete all branches that are merged into project's default branch. Protected branches are not deleted as part of this operation.

Return

empty response

Parameters

id

ID or URL-encoded path of the project owned by the authenticated user.