:doc:`CodeBuild <../../codebuild>` / Client / delete_webhook

**************
delete_webhook
**************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteWebhook>`_  


  **Request Syntax**
  ::

    response = client.delete_webhook(
        projectName='string'
    )
    
  :type projectName: string
  :param projectName: **[REQUIRED]** 

    The name of the CodeBuild project.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodeBuild.Client.exceptions.InvalidInputException`

  
  *   :py:class:`CodeBuild.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CodeBuild.Client.exceptions.OAuthProviderException`

  