pub async fn repos_slash_delete_pages_site(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<ReposSlashDeletePagesSiteError>>
Expand description
Deletes a GitHub Pages site. For more information, see "About GitHub Pages. The authenticated user must be a repository administrator, maintainer, or have the ‘manage GitHub Pages settings’ permission. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.