pub async fn delete_key(
    configuration: &Configuration,
    key_uuid: &str
) -> Result<ResponseDeletekey, Error<DeleteKeyError>>