Deletes the file at relativePath if it exists.
relativePath
@override Future<void> delete(String relativePath) => _rpc.delete(relativePath);