delete_latest

Function delete_latest 

Source
pub async fn delete_latest(
    client: &impl Client,
    mount: &str,
    path: &str,
) -> Result<(), ClientError>
Expand description

Soft-delete the latest version of a secret

See DeleteLatestSecretVersionRequest