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.