if (!isStarted())
throw new IllegalStateException("Content repository is not connected");
// Create an asynchronous operation representation and return it
DeleteContentOperation deleteContentOperation = new DeleteContentOperationImpl(uri, content);
processor.enqueue(deleteContentOperation);
return deleteContentOperation;
};