Deletes the file with fileId.
fileId
Future<void> deleteFile(int fileId) { return DeleteBlobByIdQuery(fileId).perform(); }