vaultrs::kv2

Function destroy_versions

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

Permanently delete specific versions of a secret

See DestroySecretVersionsRequest