unprotectBranches

@DELETE(value = "projects/{id}/protected_branches/{name}")
abstract suspend fun unprotectBranches(@Path(value = "id") id: String, @Path(value = "name") name: String): Result<Unit>

Un protects the given protected branch or wildcard protected branch.

Return

nothing

Parameters

id

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

name

The name of the branch or wildcard