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.

deregister_webhook_with_third_party

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