public function ScheduleRemoveFollows($arg)
 {
     $this->CheckAndSetHeader(__FUNCTION__);
     $reg_args["follow_id"] = $this->getRegularArgs($arg, __FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::ScheduleRemoveFollows($reg_args);
     $this->methodClose();
     return $this->decodeString($results);
 }