Delete the scoped key. No-op when absent.
Future<void> delete(String path) { validateKey(path); return _backend.delete(key(path)); }