Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_webhook

delete_webhook(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_webhook(
    projectName='string'
)
Parameters
projectName (string) --

[REQUIRED]

The name of the CodeBuild project.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • CodeBuild.Client.exceptions.InvalidInputException
  • CodeBuild.Client.exceptions.ResourceNotFoundException
  • CodeBuild.Client.exceptions.OAuthProviderException