codepipeline_delete_webhook: Deletes a previously created webhook by name

View source: R/codepipeline_operations.R

codepipeline_delete_webhookR Documentation

Deletes a previously created webhook by name

Description

Deletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API returns successfully when trying to delete a webhook that is already deleted. If a deleted webhook is re-created by calling PutWebhook with the same name, it will have a different URL.

See https://www.paws-r-sdk.com/docs/codepipeline_delete_webhook/ for full documentation.

Usage

codepipeline_delete_webhook(name)

Arguments

name

[required] The name of the webhook you want to delete.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.