:doc:`CodePipeline <../../codepipeline>` / Client / deregister_webhook_with_third_party

***********************************
deregister_webhook_with_third_party
***********************************



.. py:method:: CodePipeline.Client.deregister_webhook_with_third_party(**kwargs)

  

  Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected. Currently supported only for webhooks that target an action type of GitHub.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/DeregisterWebhookWithThirdParty>`_  


  **Request Syntax**
  ::

    response = client.deregister_webhook_with_third_party(
        webhookName='string'
    )
    
  :type webhookName: string
  :param webhookName: 

    The name of the webhook you want to deregister.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodePipeline.Client.exceptions.ValidationException`

  
  *   :py:class:`CodePipeline.Client.exceptions.WebhookNotFoundException`

  