codecommit_delete_branch {paws.developer.tools} | R Documentation |
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.
codecommit_delete_branch(repositoryName, branchName)
repositoryName |
[required] The name of the repository that contains the branch to be deleted. |
branchName |
[required] The name of the branch to delete. |