Deregister Webhook With Third Party
| codepipeline_deregister_webhook_with_third_party | R Documentation |
Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected¶
Description¶
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.
Usage¶
codepipeline_deregister_webhook_with_third_party(webhookName)
Arguments¶
webhookName |
The name of the webhook you want to deregister. |
Value¶
An empty list.
Request syntax¶
svc$deregister_webhook_with_third_party(
webhookName = "string"
)