codecommit_delete_branch: Deletes a branch from a repository, unless that branch is the...

View source: R/codecommit_operations.R

codecommit_delete_branchR Documentation

Deletes a branch from a repository, unless that branch is the default branch for the repository

Description

Deletes a branch from a repository, unless that branch is the default branch for the repository.

See https://www.paws-r-sdk.com/docs/codecommit_delete_branch/ for full documentation.

Usage

codecommit_delete_branch(repositoryName, branchName)

Arguments

repositoryName

[required] The name of the repository that contains the branch to be deleted.

branchName

[required] The name of the branch to delete.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.