Function codespaces_slash_delete_repo_secret

Source
pub async fn codespaces_slash_delete_repo_secret(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    secret_name: &str,
) -> Result<(), Error<CodespacesSlashDeleteRepoSecretError>>
Expand description

Deletes a development environment secret in a repository using the secret name. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.