Future<void> delete(SecretKey key) => _rpcManager.post('/secret/api-key/delete', SecretKeyRefRequest(key: key));