pub async fn delete_variable(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<String, Error<DeleteVariableError>>
pub async fn delete_variable(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<String, Error<DeleteVariableError>>