// 所有権の移譲
target.GetComponent<PhotonView>().TransferOwnership(myPV.Owner);
{
PhotonNetwork.Destroy(target);
PhotonNetwork.RemoveRPCs(target.GetComponent<PhotonView>());
}

これでいい筈なんでふけど(^^
うまくいきまふぇんね(^^
targetのオーナーシップをmyPV.Ownerに移してデリートする処理なんでふけど(^^