async fn DeleteSecretFromAir(
AirClient: &AirServiceClient<Channel>,
ExtensionIdentifier: String,
Key: String,
) -> Result<(), CommonError>Expand description
Deletes a secret from the Air service.
async fn DeleteSecretFromAir(
AirClient: &AirServiceClient<Channel>,
ExtensionIdentifier: String,
Key: String,
) -> Result<(), CommonError>Deletes a secret from the Air service.