private function action($artifact_id, $tracker_id)
 {
     $this->actions->deleteArtifactIndex($artifact_id, $tracker_id);
     return true;
 }