v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Deletes a previously created webhook by name. Deleting the webhook stops AWS 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.

post/#X-Amz-Target=CodePipeline_20150709.DeleteWebhook

Headers

X-Amz-Target'CodePipeline_20150709.DeleteWebhook' required

Request body

namestring required

The name of the webhook you want to delete.

Response

Success

DeleteWebhookOutput required