CodeBuild / Client / delete_webhook
delete_webhook#
- CodeBuild.Client.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