Skip to content

Delete Webhook

codebuild_delete_webhook R Documentation

For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository

Description

For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.

Usage

codebuild_delete_webhook(projectName)

Arguments

projectName

[required] The name of the CodeBuild project.

Value

An empty list.

Request syntax

svc$delete_webhook(
  projectName = "string"
)