Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface::removeAddressRelation PHP Method

removeAddressRelation() public method

removes the address relation from a contact and also deletes the address if it has no more relations.
public removeAddressRelation ( $entity, $address ) : mixed
$entity
$address
return mixed
    public function removeAddressRelation($entity, $address);