deregister_webhook_with_third_party

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

Request Syntax

response = client.deregister_webhook_with_third_party(
    webhookName='string'
)
Parameters
webhookName (string) -- The name of the webhook you want to deregister.
Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • CodePipeline.Client.exceptions.ValidationException
  • CodePipeline.Client.exceptions.WebhookNotFoundException