public function API_delete()
 {
     if ($this->isTmpAddr()) {
         derr('cannot be called on a Tmp address object');
     }
     return $this->owner->API_remove($this);
 }
 public function API_delete()
 {
     return $this->owner->API_remove($this);
 }