Skip to main content

delete_repository_variable

Function delete_repository_variable 

Source
pub async fn delete_repository_variable(
    configuration: &Configuration,
    repo_ref: &str,
    variable_identifier: &str,
) -> Result<(), Error<DeleteRepositoryVariableError>>