Future<void> deleteMany(Iterable<SecretKey> keys) => _rpcManager.post('/secret/delete', DeleteSecretRequest(keys: keys));