delete_webhook

Function delete_webhook 

Source
pub async fn delete_webhook(
    configuration: &Configuration,
    repo_ref: &str,
    webhook_identifier: &str,
) -> Result<(), Error<DeleteWebhookError>>