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