vaultrs::kv2

Function delete_versions

source
pub async fn delete_versions(
    client: &impl Client,
    mount: &str,
    path: &str,
    versions: Vec<u64>,
) -> Result<(), ClientError>
Expand description

Soft-delete specific versions of a secret

See DeleteSecretVersionsRequest