Function repos_slash_delete_webhook

Source
pub async fn repos_slash_delete_webhook(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    hook_id: i32,
) -> Result<(), Error<ReposSlashDeleteWebhookError>>
Expand description