PhotonNetwork.Destroy() may only be called by the client that instantiated the object. What you can do is a have a custom script attached to the object with a method that can be called on the object instantiator's client from the destroyer's client via RPC which tells it that the object must be destroyed.
↧