Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 465 Bytes

File metadata and controls

executable file
·
9 lines (5 loc) · 465 Bytes

To delete a webhook filter from an AWS CodeBuild project

The following delete-webhook example deletes a webhook from the specified CodeBuild project.

aws codebuild delete-webhook --project-name my-project

This command produces no output.

For more information, see Stop Running Builds Automatically (AWS CLI) in the AWS CodeBuild User Guide.