pub async fn unlink_site_repo(
configuration: &Configuration,
site_id: &str,
) -> Result<Site, Error<UnlinkSiteRepoError>>
Expand description
[Beta] Unlinks the repo from the site. This action will also: - Delete associated deploy keys - Delete outgoing webhooks for the repo - Delete the site’s build hooks