Function actions_slash_delete_repo_variable

Source
pub async fn actions_slash_delete_repo_variable(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    name: &str,
) -> Result<(), Error<ActionsSlashDeleteRepoVariableError>>
Expand description

Deletes a repository variable using the variable name. Authenticated users must have collaborator access to a repository to create, update, or read variables. OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.