pub async fn delete(
client: &impl Client,
mount: &str,
name: &str,
) -> Result<(), ClientError>Expand description
Delete a named encryption key.
See DeleteKeyRequest
pub async fn delete(
client: &impl Client,
mount: &str,
name: &str,
) -> Result<(), ClientError>Delete a named encryption key.
See DeleteKeyRequest