Function netlify_rust::apis::site_api::unlink_site_repo[][src]

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