codecommit_delete_pull_request_approval_rule: Deletes an approval rule from a specified pull request

View source: R/codecommit_operations.R

codecommit_delete_pull_request_approval_ruleR Documentation

Deletes an approval rule from a specified pull request

Description

Deletes an approval rule from a specified pull request. Approval rules can be deleted from a pull request only if the pull request is open, and if the approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the pull request was created. You cannot delete an approval rule from a merged or closed pull request.

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

Usage

codecommit_delete_pull_request_approval_rule(pullRequestId, approvalRuleName)

Arguments

pullRequestId

[required] The system-generated ID of the pull request that contains the approval rule you want to delete.

approvalRuleName

[required] The name of the approval rule you want to delete.


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